Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |