ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / ISettings Interface / ApplySettings Method
A System.Collections.Specialized.NameValueCollection containing the settings for the rendering extension.

In This Topic
    ApplySettings Method (ISettings)
    In This Topic
    Apply settings for the rendering extension.
    Syntax
    'Declaration
     
    Sub ApplySettings( _
       ByVal settings As NameValueCollection _
    ) 
    void ApplySettings( 
       NameValueCollection settings
    )

    Parameters

    settings
    A System.Collections.Specialized.NameValueCollection containing the settings for the rendering extension.
    See Also