Поделиться через


Класс CustomData

Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.CustomData

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class CustomData
'Применение
Dim instance As CustomData
public sealed class CustomData
public ref class CustomData sealed
[<SealedAttribute>]
type CustomData =  class end
public final class CustomData

Тип CustomData обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DataColumnHierarchy Gets the hierarchy of column members for the data.
Открытое свойство DataRowHierarchy Gets the hierarchy of row members for the data.
Открытое свойство DataSetName Gets the data set to use as the source data for this custom report item.
Открытое свойство RowCollection Gets the data rows.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering