Compartir a través de


Tablix.RowHierarchy Propiedad

Gets the row hierarchy of the tablix.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixHierarchy
A TablixHierarchy object.

Vea también

Referencia

Tablix Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering