次の方法で共有


CustomData.DataRowHierarchy プロパティ

データの行メンバーの階層を取得します。

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

構文

'宣言
Public ReadOnly Property DataRowHierarchy As DataHierarchy 
    Get
'使用
Dim instance As CustomData 
Dim value As DataHierarchy 

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

プロパティ値

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

関連項目

参照

CustomData クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間