ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / UseConfig Method / UseConfig(String) Method
A System.String value indicating the path to the configuration file.
Example

In This Topic
UseConfig(String) Method
In This Topic
Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file.
Syntax
'Declaration
 
Public Overloads Sub UseConfig( _
   ByVal path As String _
) 
 

Parameters

path
A System.String value indicating the path to the configuration file.
Example
app.UseReporting(settings =>
{
	settings.UseConfig("/path/to/ActiveReports.config");
});
See Also