ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / ReportPartsDirectory Property
Example

In This Topic
    ReportPartsDirectory Property
    In This Topic
    Gets or sets a value representing the directory path where report parts are stored for use in the report items library.
    Syntax
    'Declaration
     
    Public Property ReportPartsDirectory As String
    public string ReportPartsDirectory {get; set;}

    Property Value

    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.
    Example
    designer.ReportPartsDirectory = "c:\\Data\Reports Library\\";
    See Also