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.
Represents the anti-aliasing types for the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration MapAntiAliasings
'Usage
Dim instance As MapAntiAliasings
public enum MapAntiAliasings
public enum class MapAntiAliasings
type MapAntiAliasings
public enum MapAntiAliasings
Members
| Member name | Description | |
|---|---|---|
| All | Apply anti-aliasing to both text and gaphics. | |
| Graphics | Apply anti-aliasing to gaphics. | |
| None | Do not apply anti-aliasing. | |
| Text | Apply anti-aliasing to text. |