[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.UseConfig

UseConfig Method

UseConfig(string)

Specifies the path to the ActiveReports.config or GrapeCity.ActiveReports.config file.

Declaration
public ReportDesignerConfiguration UseConfig(string path)
Parameters
Type Name Description
string path

The path to the configuration file.

Returns
Type Description
ReportDesignerConfiguration

The current ReportDesignerConfiguration instance.

Examples
app.UseReportDesigner(config =>
{
	config.UseConfig("/path/to/ActiveReports.config");
});