MapGridLines.LabelPosition Property

Gets the label position for the map gridlines.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property LabelPosition As ReportEnumProperty(Of MapLabelPosition)
    Get
'Usage
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>