Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixHierarchy
A TablixHierarchy object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace