ActiveReports 6 Online Help
Export Reports
 

Show AllShow All
Hide AllHide All

To export your reports to the various formats that ActiveReports supports, you must first add the export controls to your Visual Studio toolbox. For more information, see the Adding ActiveReports Controls topic. Here are the export formats that are included with ActiveReports:

To export a report

  1. From the Visual Studio toolbox, drag the export filter that you want to use onto your Windows form. The control appears in the component tray below the form.
  2. Double-click in the title bar of the form to create an event-handling method for the form Load event.
  3. Add code to the event to run the report and export it.

The following examples show what the code for the method looks like for each of the export types.

To write the code in Visual Basic.NET

To write the code in C#

See Also

Getting Started

Concepts

Walkthroughs