Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapAntiAliasing>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace