[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Text.Page.TxtRenderingExtension

TxtRenderingExtension Class

Provides export of Page and RDL reports to text print (ASCII art).

Inheritance
TxtRenderingExtension
Namespace: GrapeCity.ActiveReports.Export.Text.Page
Assembly: MESCIUS.ActiveReports.Export.Xml.dll
Syntax
public class TxtRenderingExtension : IRenderingExtension, IConfigurable

Constructors

Name Description
TxtRenderingExtension()

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.