ActiveReports 18 .NET Edition
Developers / Create Applications / End User Report Designer in WinForms Application / Use End-User Report Designer API / Work with Report Parts
In This Topic
    Work with Report Parts
    In This Topic

    Report parts are groups of items in a report that you can reuse in other reports. The report parts can be added and managed in the Reports Library.

    Specify a directory for the reports library

    With the Designer.ReportPartsDirectory property, you can specify the directory for loading the report items in the report library.

    C#
    Copy Code
    _designer.ReportPartsDirectory = "c:\\Data\Reports Library\\";