[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.UseReportsProvider

UseReportsProvider Method

UseReportsProvider(IReportStore)

Uses a custom report store provider.

Declaration
public ReportDesignerConfiguration UseReportsProvider(IReportStore reportStore)
Parameters
Type Name Description
IReportStore reportStore

The custom report store provider.

Returns
Type Description
ReportDesignerConfiguration

The current ReportDesignerConfiguration instance.

Examples
app.UseReportDesigner(config =>
{
	// Your implementation of IReportStore.
	config.UseReportsProvider(reportStore);
});