Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the hierarchy of column members for the data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataColumnHierarchy As DataHierarchy
Get
'Usage
Dim instance As CustomData
Dim value As DataHierarchy
value = instance.DataColumnHierarchy
public DataHierarchy DataColumnHierarchy { get; }
public:
property DataHierarchy^ DataColumnHierarchy {
DataHierarchy^ get ();
}
member DataColumnHierarchy : DataHierarchy
function get DataColumnHierarchy () : DataHierarchy
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataHierarchy
A DataHierarchy object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace