ActiveReports 18 .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;}
    See Also