Skip to content

This example exports a report in code in an ASP.NET Web Forms application.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/reporting-web-forms-export-in-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for Web Forms - Export a Report in Code

This example usses the Response.BinaryWrite method to export an XtraReport instance in an ASP.NET application.

Select the export file format and specify whether the exported document should be displayed in the same browser window (inline). Click the "Export" button. The report is created and stored in the Session variable. The user is redirected to the ReportOutput.aspx page. The report is obtained from Session and exported to the specified format.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)