ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / UseConfig Method / UseConfig(String) Method
Path to config file.

In This Topic
    UseConfig(String) Method
    In This Topic
    Use custom config file path (`Assembly.GetEntryAssembly().Location` is default).
    Syntax
    'Declaration
     
    Public Overloads Sub UseConfig( _
       ByVal path As String _
    ) 
    public void UseConfig( 
       string path
    )

    Parameters

    path
    Path to config file.
    See Also