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