Developers / Create Designer and Viewer Applications / End User Report Designer in WinForms Application / Use End-User Report Designer API / Work with Report Parts
Work with Report Parts

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\\";