次の方法で共有


Group.DataCollectionName プロパティ

このグループの全インスタンスのコレクションのデータ要素に使用する名前を取得します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overridable ReadOnly Property DataCollectionName As String 
    Get
'使用
Dim instance As Group 
Dim value As String 

value = instance.DataCollectionName
public virtual string DataCollectionName { get; }
public:
virtual property String^ DataCollectionName {
    String^ get ();
}
abstract DataCollectionName : string 
override DataCollectionName : string
function get DataCollectionName () : String

プロパティ値

型: System.String
データ コレクション名を含む String 値です。

関連項目

参照

Group クラス

Microsoft.ReportingServices.ReportRendering 名前空間