ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportDesignerConfiguration Class / UseConfig Method

In This Topic
    UseConfig Method (ReportDesignerConfiguration)
    In This Topic
    Specifies the path to ActiveReports.config or GrapeCity.ActiveReports.config.
    Syntax
    'Declaration
     
    Public Function UseConfig( _
       ByVal path As String _
    ) As ReportDesignerConfiguration
    public ReportDesignerConfiguration UseConfig( 
       string path
    )

    Parameters

    path
    See Also