Свойство LabelPosition

Gets the calculated value of the LabelPosition property in a MapGridLines class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property LabelPosition As MapLabelPosition
    Get
'Применение
Dim instance As MapGridLinesInstance
Dim value As MapLabelPosition

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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLabelPosition
A MapLabelPosition value that represents the calculated value of the LabelPosition property.