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 an expression that evaluates to the position of the label.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ReportEnumProperty(Of ChartDataLabelPositions)
Get
'Usage
Dim instance As ChartDataLabel
Dim value As ReportEnumProperty(Of ChartDataLabelPositions)
value = instance.Position
public ReportEnumProperty<ChartDataLabelPositions> Position { get; }
public:
property ReportEnumProperty<ChartDataLabelPositions>^ Position {
ReportEnumProperty<ChartDataLabelPositions>^ get ();
}
member Position : ReportEnumProperty<ChartDataLabelPositions>
function get Position () : ReportEnumProperty<ChartDataLabelPositions>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartDataLabelPositions>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace