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