Partager via


Propriété ChartDataPoint.Style

Gets the style properties of this report definition object.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Style As Style 
    Get
'Utilisation
Dim instance As ChartDataPoint 
Dim value As Style 

value = instance.Style
public abstract Style Style { get; }
public:
virtual property Style^ Style {
    Style^ get () abstract;
}
abstract Style : Style
abstract function get Style () : Style

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style properties of this report definition object.

Implémente

IROMStyleDefinitionContainer.Style

Voir aussi

Référence

ChartDataPoint Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering