MindFusion.Wpf Pack Programmer's Guide
HtmlRenderTarget Members
Constructors Properties Methods Events
 


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

The following tables list the members exposed by the HtmlRenderTarget type.

 Public Constructors

  Name Description

HtmlRenderTarget

Initializes a new instance of the HtmlRenderTarget class.

 Public Properties

  Name Description

MetaTags

Gets a list containing the names and values of the meta-tags to be included in the HTML head. (Inherited from HtmlRenderTargetBase.)

RenderOpacity

Gets or sets a value indicating whether the export should include opacity information for various elements. (Inherited from HtmlRenderTargetBase.)

RenderPages

Gets or sets a value indicating whether to render white rectangle with black borders for each page in the report. (Inherited from HtmlRenderTargetBase.)

RenderPageShadows

Gets or sets a value indicating whether to draw rectangular page shadows. (Inherited from HtmlRenderTargetBase.)

Title

Gets or sets the title of the resulting HTML. (Inherited from HtmlRenderTargetBase.)

 Public Methods

  Name Description

Save

Saves the rendered HTML to stream.

 Protected Methods

  Name Description

GetHtml

Returns the rendered HTML as string. (Inherited from HtmlRenderTargetBase.)

OnBeginRender

Invoked when renedring is about to start. (Inherited from HtmlRenderTargetBase.)

OnProcessImage

HtmlRenderTargetBase.OnProcessImage override.

OnRenderHead

Invoked when rendering the head tag of the HTML. (Inherited from HtmlRenderTargetBase.)

 Public Events

  Name Description

ProcessImage

Raised when the underlying HTML is rendered in order to process a referenced image. (Inherited from HtmlRenderTargetBase.)

 See Also

HtmlRenderTarget Class
MindFusion.Reporting.Wpf.Export Namespace