ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Xml Assembly / GrapeCity.ActiveReports.Export.Text.Page Namespace / Settings Class / ApplySettings Method
Settings for the rendering extension.

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

    Parameters

    settings
    Settings for the rendering extension.
    See Also