[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Designer.ReportDesignerConfiguration.UseResourcesProvider

UseResourcesProvider Method

UseResourcesProvider(IResourceRepositoryProvider)

Uses a custom resource store provider.

Declaration
public ReportDesignerConfiguration UseResourcesProvider(IResourceRepositoryProvider resourcesProvider)
Parameters
Type Name Description
IResourceRepositoryProvider resourcesProvider

The custom resource store provider.

Returns
Type Description
ReportDesignerConfiguration

The current ReportDesignerConfiguration instance.

Examples
app.UseReportDesigner(config =>
{
	// Your implementation of IResourceRepositoryProvider.
	config.UseResourcesProvider(resourceProvider);
});