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 or sets the data to be passed to the custom report item control.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CustomData As CustomData
Get
Set
'Usage
Dim instance As CustomReportItem
Dim value As CustomData
value = instance.CustomData
instance.CustomData = value
public CustomData CustomData { get; set; }
public:
property CustomData^ CustomData {
CustomData^ get ();
void set (CustomData^ value);
}
member CustomData : CustomData with get, set
function get CustomData () : CustomData
function set CustomData (value : CustomData)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.CustomData
A CustomData object.