Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)