Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the anti-aliasing type for the gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration AntiAliasingTypes
'Usage
Dim instance As AntiAliasingTypes
public enum AntiAliasingTypes
public enum class AntiAliasingTypes
type AntiAliasingTypes
public enum AntiAliasingTypes
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. |