Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace