CodeCharge Studio |
All C#.NET VB.NET |
public ContentType ContentType{get;set;}
Public Property ContentType() As ContentType
| Type | Description |
|---|---|
| Text | The text will be encoded during rendering. |
| HTML | The text will be rendered as is. |
ReportLabel1.ContentType = ContentType.HTML;
Report1Label.ContentType = ContentType.HTML