Свойство CustomReportItem.CustomData
Gets the data to be passed to the custom report item control.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property CustomData As CustomData
Get
'Применение
Dim instance As CustomReportItem
Dim value As CustomData
value = instance.CustomData
public CustomData CustomData { get; }
public:
property CustomData^ CustomData {
CustomData^ get ();
}
member CustomData : CustomData
function get CustomData () : CustomData
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.CustomData
A CustomData object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering