Skip to content

DevExpress-Examples/reporting-winforms-export-xls-diff-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export a Report's Detail Sections to Separate Excel Sheets

This example demonstrates how to export detail sections of a master-detail report to separate Excel sheets.

The report contains information about product categories. The name and description of each category are bound to the controls in the Detail band. The name and price of each product are bound to the controls in the DetailReport band.

On Print Preview, product categories span across one or two report pages. To export each product category to a separate sheet of an Excel file, do the following:

  1. Set the DetaiReport band's PageBreak property to AfterBand to print each product category on a new report page.
  2. Set the report's RollPaper property to true to fit each product category to one report page.
  3. Set the ExportMode property to Single File Page By Page to export each page of the report to a separate Excel sheet.
  4. (Optional) Use the XlSheetCreated event to change the default name of each sheet to the category name.

Files to Review

Documentation

More Examples

About

This example demonstrates how to export detail sections of a master-detail report to separate Excel sheets.

Topics

Resources

License

Stars

Watchers

Forks