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


An implementation of the HtmlRenderTargetBase, which renders reports to MHTML.

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

 Public Constructors

  Name Description

MhtmlRenderTarget

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

SplitImageContent

Gets or sets a value indicating whether the content of images inside the rendered MHTML should be split to individual lines that do not exceed 80 characters.

Title

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

 Public Methods

  Name Description

Save

HtmlRenderTargetBase.Save override.

 Protected Methods

  Name Description

GetHtml

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

OnBeginRender

HtmlRenderTargetBase.OnBeginRender override.

OnProcessImage

HtmlRenderTargetBase.OnProcessImage override.

OnRenderHead

HtmlRenderTargetBase.OnRenderHead override.

 Public Events

  Name Description

ProcessImage

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

 See Also

MhtmlRenderTarget Class
MindFusion.Reporting.Silverlight.Export Namespace