Partager via


Propriété DataRowHierarchy

Gets the hierarchy of row members for the data.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataRowHierarchy As DataHierarchy
    Get
'Utilisation
Dim instance As CustomData
Dim value As DataHierarchy

value = instance.DataRowHierarchy
public DataHierarchy DataRowHierarchy { get; }
public:
property DataHierarchy^ DataRowHierarchy {
    DataHierarchy^ get ();
}
member DataRowHierarchy : DataHierarchy
function get DataRowHierarchy () : DataHierarchy