다음을 통해 공유


RowHierarchy 속성

Gets the row hierarchy of the tablix.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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