ActiveReports 14 .NET Edition
ActiveReports 14 User Guide / Samples and Walkthroughs / Samples / Samples / API / Section Reports / Custom Annotation
In This Topic
    Custom Annotation
    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.

    Custom annotation

    Custom annotation

    Sample Location

    Visual Basic.NET

    ..\Samples14\API\Section\CustomAnnotation\VB.NET

    C#

    ..\Samples14\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.mdb. The NWIND.mdb file can be downloaded from GitHub: ..\Samples14\Data\NWIND.mdb.

    See Also