Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataHierarchy
A DataHierarchy object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace