Enum TextRenderType
The type of text renderer
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum TextRenderType
Fields
Name | Description |
---|---|
Default | The default render |
HtmlParagraph | Render with img tags, span etc. Experimental and unstable logic |
HtmlTags | Render with some html tags and stable logic |