Поделиться через


Свойство ChartSeries.CustomProperties

Gets the custom properties for the series.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
A CustomPropertyCollection object.

См. также

Справочник

ChartSeries Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering