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

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