Propriedade RowHierarchy
Gets the row hierarchy of the tablix.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property RowHierarchy As TablixHierarchy
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixHierarchy
A TablixHierarchy object.
Consulte também