言語

CustomData.DataRowGroupings プロパティ

定義

カスタムレポート項目データの行グループ集合を返します。

public:
 property Microsoft::ReportingServices::ReportRendering::DataGroupingCollection ^ DataRowGroupings { Microsoft::ReportingServices::ReportRendering::DataGroupingCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.DataGroupingCollection DataRowGroupings { get; }
member this.DataRowGroupings : Microsoft.ReportingServices.ReportRendering.DataGroupingCollection
Public ReadOnly Property DataRowGroupings As DataGroupingCollection

プロパティ値

カスタムレポート項目データの行グループセットを含む DataGroupingCollection です。

適用対象