Tablix.RowHierarchy Property

Gets the row hierarchy of the tablix.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property RowHierarchy As TablixHierarchy
    Get
'Usage
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