[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.ReportPartsDirectory

ReportPartsDirectory Property

ReportPartsDirectory

Gets or sets a value representing the directory path where report parts are stored for use in the report items library.

Declaration
public string ReportPartsDirectory { get; set; }
Property Value
Type Description
string

The directory path for report parts.

Remarks

This property specifies the location from which report parts are loaded into the report items library. Report parts can include reusable report components, templates, or other resources that enhance report design efficiency. By default, this path is set to the current user's Documents folder, but it can be customized to point to any accessible directory containing the desired report parts.

Examples
designer.ReportPartsDirectory = "c:\\Data\Reports Library\\";