Partager via


Propriété CustomData

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CustomData As CustomData
    Get
'Utilisation
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