CustomReportItem.CustomData Property

Definition

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

public:
 property Microsoft::ReportingServices::RdlObjectModel::CustomData ^ CustomData { Microsoft::ReportingServices::RdlObjectModel::CustomData ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::CustomData ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.CustomData CustomData { get; set; }
member this.CustomData : Microsoft.ReportingServices.RdlObjectModel.CustomData with get, set
Public Property CustomData As CustomData

Property Value

A CustomData object.

Applies to