ActiveReports Developer 7
Add and Save Annotations
Show AllShow All
Hide AllHide All

In a section report, you can save a report containing annotations along with the report data into an RDF file. You can also add annotations at runtime. The following steps demonstrate how to accomplish these tasks in code. 

These steps assume that you have already added a Section Report (code based) template in a Visual Studio project. See Adding an ActiveReport to a Project for more information. 

To save annotations

The following example shows how to add a Save Annotated Report button to the viewer and save a report with annotations in RDF.

  1. From the Visual Studio toolbox, drag a Button control onto the viewer.
  2. Set the Text property of the button to Save Annotated Report.
  3. Double-click the button. This creates an event-handling method for the button Click event.
  4. Add code to the click handler to save the document to an RDF file. See Save and Load RDF Report Files for more information on loading the saved RDF file into the viewer.

    To write the code in Visual Basic.NET

    To write the code in C#

To add annotations in code

The following example shows how to add annotations at run time and save the report data and annotations to an RDF file.

  1. Double-click the title bar of the Form in which you host the viewer. This creates an event-handling method for the Form_Load event.
  2. Add code to the handler to run the report, add annotations, display the report in the viewer, and save it into an RDF file.

    To write the code in Visual Basic.NET

    To write the code in C#

See Also

Concepts

 

 


Copyright © 2015 GrapeCity, inc. All rights reserved

Support Forum