CustomReportItem.CustomData Property

Definition

Gets an object that encapsulates data for the custom report item.

public:
 property Microsoft::ReportingServices::ReportRendering::CustomData ^ CustomData { Microsoft::ReportingServices::ReportRendering::CustomData ^ get(); };
public Microsoft.ReportingServices.ReportRendering.CustomData CustomData { get; }
member this.CustomData : Microsoft.ReportingServices.ReportRendering.CustomData
Public ReadOnly Property CustomData As CustomData

Property Value

A CustomData object containing data for the custom report item.

Applies to