Share via


CustomReportItem.CustomData Property

Gets the data to be passed to the custom report item control.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property CustomData As CustomData 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.CustomData
A CustomData object.

See Also

Reference

CustomReportItem Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace