Assembly: Report;
The PrxReportExporter class implements an object that contains various settings and supports exporting the regular report to various formats.
To export, create an instance of the PrxReportExporter class and cast the obtained instance to the IPrxReportExporter interface. In the Report property set the report to be exported. If it is required to export only a specific report sheet, specify it in the Sheet property. Use various properties to set export options. Call the ExportToFile method to export regular report to file.
Property name | Brief description | |
AutoHeight | The AutoHeight property determines whether it is necessary to autofit row height when exporting to HTML format (*.html). | |
BreakIntoLayouts | The BreakIntoLayouts property determines whether it is necessary to break a sheet into printed pages when exporting to RTF format (*.rtf). | |
BulkSettings | The BulkSettings property returns settings of regular report batch export. | |
EmfType | The EmfType property determines a type of the metafile created on export. | |
ExportBreaksRtf | The ExportBreaksRtf property determines whether page breaks are to be exported on export to RTF. | |
ExportCellImages | The ExportCellImages property determines whether the images contained in the table cells are exported. | |
ExportChartsAsImages | The ExportChartsAsImages property determines whether charts should be exported as images when exporting a report to XLS (*.xls). | |
ExportEmptyPages | The ExportEmptyPages property determines whether empty pages should be exported when exporting a report to RTF (*.rtf). | |
ExportFlowDocumentsAsImages | The ExportFlowDocumentsAsImages property determines whether a text block can be exported as an image in the XLSX format. | |
ExportFootnotes | The ExportFootnotes property determines whether footnotes are exported. | |
ExportFormulas | The ExportFormulas property determines whether table formulas should be exported. | |
ExportHeadlines | The ExportHeadlines property determines whether sheet headers and footers should be exported when exporting a report to RTF (*.rtf). | |
ExportHiddenCells | The ExportHiddenCells property determines whether hidden rows and columns should be exported when exporting a report to XLS (*.xls) and ODS (*.ods). | |
ExportHiddenSheets | The ExportHiddenSheets property determines whether hidden sheets should be exported when exporting a report to XLS (*.xls). | |
ExportHyperlinkOpenURLAction | The ExportHyperlinkOpenURLAction property determines whether hyperlinks are exported on exporting a report to PPTX (*.pptx). | |
ExportObjectAsBitmap | The ExportObjectAsBitmap property determines whether bitmap objects should be exported on exporting to PDF (*.pdf) and XLS (*.xls). | |
ExportObjects | The ExportObjects property determines whether the objects located on report sheets (charts, maps, images, and so on) should be exported. | |
ExportPalette | The ExportPalette property determines whether the palette should be exported to Excel (*.xls). | |
ExportRange | The ExportRange property determines a range of the sheets to be exported. | |
ExportReportTitle | The ExportReportTitle property determines whether the report title should be exported to PDF (extended). | |
ExportSecurityLabels | The ExportSecurityLabels property determines authorization to export marking stamp to RTF format (*.rtf). | |
ExportSheetTitles | The ExportSheetTitles determines whether sheet titles are exported on exporting report to RTF format (*.rtf). | |
Label | The Label property returns parameters of the stamp, which is used to mark documents on export and print. | |
Report | The Report property determines a regular report to be exported. | |
Sheet | The Sheet property determines a regular report sheet to be exported. | |
SheetAccess | The SheetAccess property determines whether sheet and cell protection should be exported to XLS format (*.xls). |
Property name | Brief description | |
CSSClassName | The CSSClassName property determines a prefix for elements of HTML styles table. | |
Encoding | The Encoding property sets the code page of the conversion table according to which the data is to be exported. | |
ExportFromWeb | The ExportFromWeb property determines, which operation is to be executed with the report in the web application: the report is exported or opened in the preview mode. |
Method name | Brief description | |
FinishBatchCommand | The FinishBatchCommand method finishes batch export of data to a file. | |
IsExportToPdfAvailable | The IsExportToPdfAvailable method checks if export to PDF is available. | |
LoadSettings | The LoadSettings method loads export settings from XML element. | |
SaveSettings | The SaveSettings method saves export settings to XML element. | |
StartBatchCommand | The StartBatchCommand method starts batch export of data to a file with the specified format. |
Method name | Brief description | |
ExportToFile | The ExportToFile method exports data to a file of the specified format. |
See also: