TextEffects 枚举
Specifies an effect to apply to the text within a report item.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration TextEffects
用法
Dim instance As TextEffects
public enum TextEffects
public enum class TextEffects
type TextEffects
public enum TextEffects
成员
成员名称 | 说明 | |
---|---|---|
Default | Specifies the default text effect, which is the same as None. | |
None | Specifies that no special effect is applied to the text. | |
Shadow | Specifies that the text has a shadow. | |
Emboss | Specifies that the text is embossed. | |
Embed | Specifies that the text has an embedded effect. | |
Frame | Specifies that a frame is added around the text. |