ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfo Class / Settings Property

In This Topic
    Settings Property (RenderingExtensionInfo)
    In This Topic
    Gets the configuration.
    Syntax
    'Declaration
     
    Public ReadOnly Property Settings As ReadOnlyCollection(Of PropertyElement)
    public ReadOnlyCollection<PropertyElement> Settings {get;}
    See Also