An implementation of the HtmlRenderTargetBase, which renders a report as HTML.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport
SyntaxC#
Copy Code
|
|---|
public class HtmlRenderTarget : HtmlRenderTargetBase |
Visual Basic
Copy Code
|
|---|
Public Class HtmlRenderTarget |
RemarksThis class can be used to render an existing report to an HTML file. However, it is easier (and more common) to use the HtmlExporter class for this purpose. The HtmlExporter class relies on a HtmlRenderTarget object in order to do the actual rendering.
Inheritance HierarchySystem.Object![]()
MindFusion.Reporting.Wpf.Export.HtmlRenderTargetBase
MindFusion.Reporting.Wpf.Export.HtmlRenderTarget
See Also