次の方法で共有


Tablix.RowHierarchy プロパティ

Tablix の行階層を取得します。

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

構文

'宣言
Public ReadOnly Property RowHierarchy As TablixHierarchy 
    Get
'使用
Dim instance As Tablix 
Dim value As TablixHierarchy 

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

プロパティ値

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

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間