[]
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.
Visual Basic.NET
https://github.com/activereports/Samples19/tree/main/API/Section/CustomAnnotation/VB.NET
C#
https://github.com/activereports/Samples19/tree/main/API/Section/CustomAnnotation/C#
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.
type=note
Note: To run this sample, you must have access to the Nwind.db. The NWIND.db file can be downloaded from GitHub: ..\Samples19\Data\NWIND.db.
type=warning
Caution: SummaryFunc has no effect unless the SummaryType property is set to either SubTotal or GrandTotal. * SummaryGroup: ghOrderID summarizes the values that fall within the current order id. * SummaryRunning: None (the default value) ensures that this value is reset each time the order id changes. * SummaryType: SubTotal summarizes the current group rather than a page or report total.