共用方式為


TextEffects 列舉

Specifies an effect to apply to the text within a report item.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.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.
Embed Specifies that the text has an embedded effect.
Emboss Specifies that the text is embossed.
Frame Specifies that a frame is added around the text.
None Specifies that no special effect is applied to the text.
Shadow Specifies that the text has a shadow.

請參閱

參考

Microsoft.ReportingServices.RdlObjectModel 命名空間