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.

请参阅

参考

CustomReportItem 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间