Поделиться через


Свойство Map.AntiAliasing

Gets the anti-aliasing type for the map.

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

Синтаксис

'Декларация
Public ReadOnly Property AntiAliasing As ReportEnumProperty(Of MapAntiAliasing)
    Get
'Применение
Dim instance As Map 
Dim value As ReportEnumProperty(Of MapAntiAliasing)

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapAntiAliasing>
A ReportEnumProperty<EnumType> object.

См. также

Справочник

Map Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering