Udostępnij za pośrednictwem


CustomReportItem.CustomData Property

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.

See Also

Reference

CustomReportItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace