Partager via


Propriété LabelPosition

Gets the label position for the map gridlines.

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

Syntaxe

'Déclaration
Public ReadOnly Property LabelPosition As ReportEnumProperty(Of MapLabelPosition)
    Get
'Utilisation
Dim instance As MapGridLines
Dim value As ReportEnumProperty(Of MapLabelPosition)

value = instance.LabelPosition
public ReportEnumProperty<MapLabelPosition> LabelPosition { get; }
public:
property ReportEnumProperty<MapLabelPosition>^ LabelPosition {
    ReportEnumProperty<MapLabelPosition>^ get ();
}
member LabelPosition : ReportEnumProperty<MapLabelPosition>
function get LabelPosition () : ReportEnumProperty<MapLabelPosition>