Класс CustomData

Represents the data to display in a custom report item. This class cannot be inherited.

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

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..CustomData

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  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 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DataCells Returns the data values contained in each detail cell of the custom report item data.
Открытое свойство DataColumnGroupings Returns the set of column groupings for the custom report item data.
Открытое свойство DataRowGroupings Returns the set of row groupings for the custom report item data.
Открытое свойство NoRows Indicates that the CustomData object contains no rows of data.

В начало

Методы

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

В начало

Замечания

A CustomData object is handed to a custom report item component at run-time. For more information, see Пользовательские элементы отчета.

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

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