Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the calculated value of the Position property in a ChartDataLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ChartDataLabelPositions
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabelPositions
A ChartDataLabelPositions value that represents the calculated value of the Position property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace