MindFusion.Reporting for Silverlight Programmer's Guide
HtmlRenderTargetBase Members
Constructors Properties Methods Events
 


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

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

 Protected Constructors

  Name Description

HtmlRenderTargetBase

Initializes a new instance of the HtmlRenderTargetBase 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.

RenderOpacity

Gets or sets a value indicating whether the export should include opacity information for various elements.

RenderPages

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

RenderPageShadows

Gets or sets a value indicating whether to draw rectangular page shadows.

Title

Gets or sets the title of the resulting HTML.

 Public Methods

  Name Description

Save

Overloaded. Saves the rendered HTML.

 Protected Methods

  Name Description

GetHtml

Returns the rendered HTML as string.

OnBeginRender

Invoked when renedring is about to start.

OnProcessImage

Raises the ProcessImage event.

OnRenderHead

Invoked when rendering the head tag of the HTML.

 Public Events

  Name Description

ProcessImage

Raised when the underlying HTML is rendered in order to process a referenced image.

 See Also

HtmlRenderTargetBase Class
MindFusion.Reporting.Silverlight.Export Namespace