Specifies effects to apply to the text.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum TextEffect |
| Visual Basic |
|---|
Public Enumeration TextEffect |
Members
| Member name | Description | |
|---|---|---|
| Default | Default. Treated as None. | |
| None | No special effect applied. | |
| Shadow | Shadow the text. | |
| Emboss | Emboss the text. | |
| Embed | Apply embedding effect to the text. | |
| Frame | Add a frame around the text. |