Właściwość MapGridLines.LabelPosition
Pobiera pozycja etykiety dla linii siatki mapy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property LabelPosition As ReportEnumProperty(Of MapLabelPosition)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelPosition>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także