Свойство ChartDataPoint.CustomProperties
Gets the custom properties for the data point.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Применение
Dim instance As ChartDataPoint
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 that represents the custom properties for the data point.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering