[]
Load an HTML document from a string.
public void LoadDocumentFromString(string htmlString)
Type | Name | Description |
---|---|---|
string | htmlString | A string containing an HTML document. |
The code below loads a simple HTML document into the control:
_c1ReportViewer.LoadDocumentFromString("<html>Hello <b>World</b>!</html>");