次の方法で共有


DataRegionMember.Group プロパティ

データのグループ化情報を取得します。

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

構文

'宣言
Public ReadOnly Property Group As Group 
    Get
'使用
Dim instance As DataRegionMember 
Dim value As Group 

value = instance.Group
public Group Group { get; }
public:
property Group^ Group {
    Group^ get ();
}
member Group : Group
function get Group () : Group

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Group
Group オブジェクト。

関連項目

参照

DataRegionMember クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間