ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageReport Class / ConfigurationProvider Property

In This Topic
    ConfigurationProvider Property (PageReport)
    In This Topic
    Gets or sets the IConfigurationProvider associated with this ReportDefinition.
    Syntax
    'Declaration
     
    Public Property ConfigurationProvider As IConfigurationProvider
    public IConfigurationProvider ConfigurationProvider {get; set;}

    Property Value

    A GrapeCity.ActiveReports.Configuration.IConfigurationProvider associated with this report definition.
    Remarks
    The default value is null.
    See Also