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 LabelPosition property in a MapGridLines class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelPosition As MapLabelPosition
Get
'Usage
Dim instance As MapGridLinesInstance
Dim value As MapLabelPosition
value = instance.LabelPosition
public MapLabelPosition LabelPosition { get; }
public:
property MapLabelPosition LabelPosition {
MapLabelPosition get ();
}
member LabelPosition : MapLabelPosition
function get LabelPosition () : MapLabelPosition
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPosition
A MapLabelPosition value that represents the calculated value of the LabelPosition property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace