Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace