[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Word.Section.RtfExport

RtfExport Class

The Rich Text Format (RTF) export component for ActiveReports for .NET.

Inheritance
RtfExport
Namespace: GrapeCity.ActiveReports.Export.Word.Section
Assembly: MESCIUS.ActiveReports.Export.Word.dll
Syntax
public sealed class RtfExport : Component, IComponent, IDisposable, IDocumentExport

Constructors

Name Description
RtfExport()

Initializes a new instance of the RtfExport class.

Properties

Name Description
EnableShapes

Setting this value to true will export the Shapes and Lines to RTF Format. You will require Microsoft Word to view it correctly.

Pagination

Gets or sets the value indicates should pagination be used for resulted RTF document or not

Methods

Name Description
Export(SectionDocument, Stream)

Exports the specified document to the specified stream in Rich Text Format (RTF).

Export(SectionDocument, Stream, string)

Exports the specified document to the specified stream in Rich Text Format (RTF).

Export(SectionDocument, string)

Exports the specified document to a Rich Text Format (RTF) file.

Export(SectionDocument, string, string)

Exports the specified document to a Rich Text Format (RTF) file.