Partager via


Propriété LabelPlacement

Gets the placement of labels in a map color scale.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLabelPlacement)
    Get
'Utilisation
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>