Saves the rendered HTML to stream.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport
SyntaxC#
Copy Code
|
|---|
public abstract void Save ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub Save( _ |
The stream where the HTML will be saved.
See Also