[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Page.ExcelRenderingExtension

ExcelRenderingExtension Class

Renders report layout to excel file.

Inheritance
ExcelRenderingExtension
Namespace: GrapeCity.ActiveReports.Export.Excel.Page
Assembly: MESCIUS.ActiveReports.Export.Excel.dll
Syntax
public sealed class ExcelRenderingExtension : ITrackableRenderingExtension, IRenderingExtension, IConfigurable
Remarks

In comparison to ExcelTransformationDevice it doesn't use templates and try to obtain layout, not plain data. In comparison to XlsExport it doesn't use any intermediate formats, so output can be more WYSIWYG.

Constructors

Name Description
ExcelRenderingExtension()

Methods

Name Description
GetSupportedSettings()

Gets the supported settings.

GetSupportedSettings(bool)

Gets the supported settings.

Render(IReport, StreamProvider)

Renders the specified report.

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

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.