Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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