Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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