[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.EmailRenderingExtension

EmailRenderingExtension Class

Wrapper over HTML RE with pre-initialized mail message.

Inheritance
EmailRenderingExtension
Namespace: GrapeCity.ActiveReports.Export.Html.Page
Assembly: MESCIUS.ActiveReports.Export.Html.dll
Syntax
public sealed class EmailRenderingExtension : IRenderingExtension, IConfigurable

Constructors

Name Description
EmailRenderingExtension()

Properties

Name Description
MailMessage

Gets the MailMessage produced during the last render operation.

Methods

Name Description
GetSupportedSettings()

Returns the default settings supported by this rendering extension.

GetSupportedSettings(bool)

Returns the settings supported by this rendering extension.

Render(IReport, StreamProvider)

Renders the specified report to the provided stream using default settings.

Render(IReport, StreamProvider, NameValueCollection)

Renders the specified report to the provided stream using the given settings collection.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders the specified report to the provided stream using the given settings collection and cancellation support.