Partager via


Propriété ChartDataLabelInstance.Position

Gets the calculated value of the Position property in a ChartDataLabel class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Position As ChartDataLabelPositions 
    Get
'Utilisation
Dim instance As ChartDataLabelInstance 
Dim value As ChartDataLabelPositions 

value = instance.Position
public ChartDataLabelPositions Position { get; }
public:
property ChartDataLabelPositions Position {
    ChartDataLabelPositions get ();
}
member Position : ChartDataLabelPositions
function get Position () : ChartDataLabelPositions

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabelPositions
A ChartDataLabelPositions value that represents the calculated value of the Position property.

Voir aussi

Référence

ChartDataLabelInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering