MapAntiAliasing 열거형
Represents the anti-aliasing types for the map.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Enumeration MapAntiAliasing
‘사용 방법
Dim instance As MapAntiAliasing
public enum MapAntiAliasing
public enum class MapAntiAliasing
type MapAntiAliasing
public enum MapAntiAliasing
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |