[]
The Rich Text Format (RTF) export component for ActiveReports for .NET.
public sealed class RtfExport : Component, IComponent, IDisposable, IDocumentExport
Name | Description |
---|---|
RtfExport() | Initializes a new instance of the RtfExport class. |
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 |
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. |