Свойство LabelPlacement
Gets the placement of labels in a map color scale.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLabelPlacement)
Get
'Применение
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>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapLabelPlacement> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
См. также