ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportViewerBackendApi Interface / ConfigurationProvider Property

In This Topic
    ConfigurationProvider Property (IReportViewerBackendApi)
    In This Topic
    Gets a custom configuration provider.
    Syntax
    'Declaration
     
    ReadOnly Property ConfigurationProvider As IConfigurationProvider
    IConfigurationProvider ConfigurationProvider {get;}

    Property Value

    An GrapeCity.ActiveReports.Configuration.IConfigurationProvider instance used to provide configuration settings.
    See Also