Partager via


Propriété ChartDataPoint.CustomProperties

Gets the custom properties for the data point.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
A CustomPropertyCollection object that represents the custom properties for the data point.

Voir aussi

Référence

ChartDataPoint Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering