Gets the rendering target.
Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html
SyntaxC#
Copy Code
|
|---|
public StringBuilder Target { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Target As StringBuilder |
An instance of the .NET StringBuilder class. Use this object to render the custom HTML contents to.
See Also