[]
Gets or sets a value representing the directory path where report parts are stored for use in the report items library.
public string ReportPartsDirectory { get; set; }
Type | Description |
---|---|
string | The directory path for report parts. |
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.
designer.ReportPartsDirectory = "c:\\Data\Reports Library\\";