[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.IDocumentExport.Export

Export Method

Export(SectionDocument, string, string)

Exports the specified document.

Declaration
void Export(SectionDocument document, string filePath, string pageRange)
Parameters
Type Name Description
SectionDocument document

The document.

string filePath

The file path.

string pageRange

The page range.

Export(SectionDocument, string)

Exports the specified document.

Declaration
void Export(SectionDocument document, string filePath)
Parameters
Type Name Description
SectionDocument document

The document.

string filePath

The file path.

Export(SectionDocument, Stream)

Exports the specified document.

Declaration
void Export(SectionDocument document, Stream outputStream)
Parameters
Type Name Description
SectionDocument document

The document.

Stream outputStream

The output stream.

Export(SectionDocument, Stream, string)

Exports the specified document.

Declaration
void Export(SectionDocument document, Stream outputStream, string pageRange)
Parameters
Type Name Description
SectionDocument document

The document.

Stream outputStream

The output stream.

string pageRange

The page range.

Export(SectionDocument, IOutputHtml, string)

Exports the specified document.

Declaration
void Export(SectionDocument document, IOutputHtml outputHandler, string pageRange)
Parameters
Type Name Description
SectionDocument document

The document.

IOutputHtml outputHandler

The output handler.

string pageRange

The page range.