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 an object that encapsulates data for the custom report item.
Namespace: Microsoft.ReportingServices.ReportRendering
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.ReportRendering.CustomData
A CustomData object containing data for the custom report item.