[]
Implements IRenderingExtension. Allows to render IReport to Word Html document.
public sealed class WordRenderingExtension : IRenderingExtension, IConfigurable
Name | Description |
---|---|
WordRenderingExtension() | Initializes a new instance of the WordRenderingExtension class. |
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. |