CustomReportItem.CustomData-Eigenschaft
Gets the data to be passed to the custom report item control.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.CustomData
A CustomData object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace