Partilhar via


Propriedade do RDL ChartDataLabelInstance.Position

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Position As ChartDataLabelPositions 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartDataLabelInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering