[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport.Export

Export Method

Export(SectionDocument, string)

Exports the specified document to a PDF file.

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

The ActiveReports SectionDocumentDocument object to export.

string filePath

The file name and path to save the main PDF file to.

Implements

Export(SectionDocument, string, string)

Exports the specified document to a PDF file.

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

The ActiveReports SectionDocumentDocument object to export.

string filePath

The file name and path to save the main PDF file to.

string pageRange
Implements

Export(SectionDocument, Stream)

Exports the specified document to a PDF stream.

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

The ActiveReports GrapeCity.ActiveReports.Document.SectionDocument object to export.

Stream stream

The stream to save the PDF document to.

Implements

Export(SectionDocument, Stream, string)

Exports the specified document.

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

The document.

Stream stream

The stream.

string pageRange

The page range.

Implements