[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Word.Page.WordRenderingExtension

WordRenderingExtension Class

Implements IRenderingExtension. Allows to render IReport to Word Html document.

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

Constructors

Name Description
WordRenderingExtension()

Initializes a new instance of the WordRenderingExtension class.

Methods

Name Description
GetSupportedSettings()

Gets specific settings of WordRenderingExtension.

GetSupportedSettings(bool)

Gets specific settings of WordRenderingExtension.

Render(IReport, StreamProvider)

Renders specified IReportItem to specified StreamProvider in Word Html format.

Render(IReport, StreamProvider, NameValueCollection)

Renders specified IReportItem to specified StreamProvider in Word Html format using specified NameValueCollection of settings.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders specified IReportItem to specified StreamProvider in Word Html format using specified NameValueCollection of settings.