ChartSeries.CustomProperties Property

Gets the custom properties for the series.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection
    Get
'Usage
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