Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file.
public void UseConfig(
string
)
'Declaration
Public Overloads Sub UseConfig( _
ByVal As String _
)
Parameters
- path
- A System.String value indicating the path to the configuration file.
app.UseReporting(settings =>
{
settings.UseConfig("/path/to/ActiveReports.config");
});