In This Topic
The Custom Annotation sample demonstrates how to add the Custom Annotation button to the Viewer toolbar and depicts the method to add any annotation (seal image in this case) to the report. Only one annotation can be used per page.
Sample Location
Visual Basic.NET
https://github.com/activereports/Samples18/tree/main/API/Section/CustomAnnotation/VB.NET
C#
https://github.com/activereports/Samples18/tree/main/API/Section/CustomAnnotation/C#
Details
When you run the sample, the report appears in the Viewer control. The Viewer control toolbar contains the Custom Annotation button that opens the report annotation.
Note: To run this sample, you must have access to the Nwind.db. The NWIND.db file can be downloaded from GitHub: ..\Samples18\Data\NWIND.db.
- AnnotationForm: Add Custom Annotation button in Form_Load event. The behavior on clicking the Custom Annotation button is mentioned in the description of the Click event.
- Annotation report:
- ghOrderID section
Product order receipt is grouped according to OrderID.
- Detail section
Use RepeatToFill property to output empty rows till the end and perform page break group wise.
-
GFOrderID section
This group footer section displays the bulk of the data for the report in TextBox controls that have values passed in code, or are bound to fields from the report's Fields collection (see FetchData and DataInitialize events in the code) using the DataField property. The total units and sales for each product are summarized using the following properties:
- Resources folder: This folder holds the icon used for adding annotation (seal image) to the report.
- Resource1.resx: This file contains the string for the message box that appears when Custom Annotation button is clicked again to add the annotation.