Skip to main content

How to: Customize How a Document Is Exported from the Print Preview

  • 3 minutes to read

This example uses the XtraReport.ExportOptions property to specify basic report export options. These options apply when the user exports a document from the print preview.

This example specifies export options in code, and does not prompt the user for export options.

The ExportOptionKind enumeration lists all available export parameters.

View Example

View Example

Tip

A complete sample project is available in the DevExpress Code Examples database at https://supportcenter.devexpress.com/ticket/details/e172/reporting-for-winforms-export-options-and-after-export-actions.

See Also