ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportDesignerBackendApi Interface / ConfigurationProvider Property

In This Topic
    ConfigurationProvider Property (IReportDesignerBackendApi)
    In This Topic
    Gets or sets the custom configuration provider.
    Syntax
    'Declaration
     
    Property ConfigurationProvider As IConfigurationProvider
    IConfigurationProvider ConfigurationProvider {get; set;}

    Property Value

    An GrapeCity.ActiveReports.Configuration.IConfigurationProvider instance used for custom configuration.
    See Also