Proprietà CustomData
Defines data to be passed to the custom report item control.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CustomData As CustomData
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomData
A CustomData object.