MindFusion.Wpf Pack Programmer's Guide
HtmlRenderTarget Class
Remarks See Also
 





An implementation of the HtmlRenderTargetBase, which renders a report as HTML.

Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport

 Syntax

C#  Copy Code

public class HtmlRenderTarget : HtmlRenderTargetBase

Visual Basic  Copy Code

Public Class HtmlRenderTarget
    Inherits HtmlRenderTargetBase

 Remarks

This 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 Hierarchy

System.Object
    MindFusion.Reporting.Wpf.Export.HtmlRenderTargetBase
        MindFusion.Reporting.Wpf.Export.HtmlRenderTarget

 See Also

HtmlRenderTarget Members
MindFusion.Reporting.Wpf.Export Namespace