Перечисление GaugeAntiAliasings
Specifies the anti-aliasing type for the gauge panel.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Enumeration GaugeAntiAliasings
'Применение
Dim instance As GaugeAntiAliasings
public enum GaugeAntiAliasings
public enum class GaugeAntiAliasings
type GaugeAntiAliasings
public enum GaugeAntiAliasings
Элементы
| Имя элемента | Описание | |
|---|---|---|
| All | Apply anti-aliasing to both text and gaphics. | |
| None | Do not apply anti-aliasing. | |
| Text | Apply anti-aliasing to text. | |
| Graphics | Apply anti-aliasing to gaphics. |