CustomData.DataRowHierarchy-Eigenschaft
Gets the hierarchy of row members for the data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataRowHierarchy As DataHierarchy
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.DataHierarchy
A DataHierarchy object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace