Proprietà ChartSeries.CustomProperties
Gets the custom properties for the series.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Utilizzo
Dim instance As ChartSeries
Dim value As CustomPropertyCollection
value = instance.CustomProperties
public abstract CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get () abstract;
}
abstract CustomProperties : CustomPropertyCollection
abstract function get CustomProperties () : CustomPropertyCollection
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
A CustomPropertyCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering