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 placement of labels in a map color scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLabelPlacement)
Get
'Usage
Dim instance As MapColorScale
Dim value As ReportEnumProperty(Of MapLabelPlacement)
value = instance.LabelPlacement
public ReportEnumProperty<MapLabelPlacement> LabelPlacement { get; }
public:
property ReportEnumProperty<MapLabelPlacement>^ LabelPlacement {
ReportEnumProperty<MapLabelPlacement>^ get ();
}
member LabelPlacement : ReportEnumProperty<MapLabelPlacement>
function get LabelPlacement () : ReportEnumProperty<MapLabelPlacement>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelPlacement>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace