Glossary Item Box

ActiveReports for .NET 2 Online Help Send feedback to Data Dynamics

Walkthrough: Using SpreadBuilder

Included with the ActiveReports Excel export filter is the SpreadBuilder API. With this utility, you can create Excel spreadsheets cell by cell for maximum control.

This walkthrough illustrates how to create a custom spreadsheet cell by cell, and save it to an Excel file.

This walkthrough is split up into the following activities:

When you have completed this walkthrough, you will have created a custom Excel file which can be found in the Bin/Debug (C#) or Bin (VB.NET) subfolder of your project's folder.

 

Adding the export filter to your project

To add the export filter to your project

  1. Click on the XlsExport export control in the appropriate toolbox to select it.
  2. Drag the control onto the Windows Form.
  3. The control will appear in the tray underneath the Windows Form.

Creating a Workbook

To write the code in Visual Basic

To write the code in C#

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.