CustomData.DataRowHierarchy Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataHierarchy
A DataHierarchy object.