Map.AntiAliasing Property

Gets the anti-aliasing type for the map.

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

Syntax

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapAntiAliasing>
A ReportEnumProperty<EnumType> object.

See Also

Reference

Map Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace