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