Propriété RowHierarchy
Gets the row hierarchy of the tablix.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RowHierarchy As TablixHierarchy
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixHierarchy
A TablixHierarchy object.
Voir aussi