Proprietà RowHierarchy
Gets the row hierarchy of the tablix.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property RowHierarchy As TablixHierarchy
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixHierarchy
A TablixHierarchy object.
Vedere anche