[]
Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file.
public ReportDesignerConfiguration UseConfig(string path)
Type | Name | Description |
---|---|---|
string | path | The path to the configuration file. |
Type | Description |
---|---|
ReportDesignerConfiguration | The current ReportDesignerConfiguration instance. |
app.UseReportDesigner(config =>
{
config.UseConfig("/path/to/ActiveReports.config");
});