Свойство DataRowHierarchy
The hierarchy of row members for the data.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property DataRowHierarchy As DataHierarchy
Get
'Применение
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
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataHierarchy
A DataHierarchy object.