[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Page.HtmlRenderingExtension

HtmlRenderingExtension Class

Provides export of Page and RDL reports to HTML format.

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

Constructors

Name Description
HtmlRenderingExtension()

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.

Render(IReport, StreamProvider, NameValueCollection)

Renders the specified report.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders the specified report.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken, IProgress<ProgressInfo>)

Renders the specified report.