UseConfig Method (ReportDesignerConfiguration)
Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file.
Parameters
- path
- The path to the configuration file.
Return Value
app.UseReportDesigner(config =>
{
config.UseConfig("/path/to/ActiveReports.config");
});