MapAntiAliasings 枚举
Represents the anti-aliasing types for the map.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration MapAntiAliasings
用法
Dim instance As MapAntiAliasings
public enum MapAntiAliasings
public enum class MapAntiAliasings
type MapAntiAliasings
public enum MapAntiAliasings
成员
成员名称 | 说明 | |
---|---|---|
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. |