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

In This Topic
    ApplySettings Method (ExcelRenderingExtensionSettings)
    In This Topic

    Applies any settings passed in the NameValueCollection settings parameters.


    Syntax
    'Declaration
     
    Public Sub ApplySettings( _
       ByVal settings As NameValueCollection _
    ) 
    public void ApplySettings( 
       NameValueCollection settings
    )

    Parameters

    settings
    Settings for the rendering extension.
    See Also