[]
Exports the specified document to a PDF file.
public void Export(SectionDocument document, string filePath)
| 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. |
Exports the specified document to a PDF file.
public void Export(SectionDocument document, string filePath, string pageRange)
| 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 |
Exports the specified document to a PDF stream.
public void Export(SectionDocument document, Stream stream)
| Type | Name | Description |
|---|---|---|
| SectionDocument | document | The ActiveReports |
| Stream | stream | The stream to save the PDF document to. |
Exports the specified document.
public void Export(SectionDocument document, Stream stream, string pageRange)
| Type | Name | Description |
|---|---|---|
| SectionDocument | document | The document. |
| Stream | stream | The stream. |
| string | pageRange | The page range. |