ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / Settings Constructor / Settings Constructor(NameValueCollection,Boolean)
System.Collections.Specialized.NameValueCollection of specified settings.
FPL flag

In This Topic
    Settings Constructor(NameValueCollection,Boolean)
    In This Topic
    Initializes new instance of GrapeCity.ActiveReports.Export.Image.Page.Settings class with specified settings.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal settings As NameValueCollection, _
       ByVal fpl As Boolean _
    )
    public Settings( 
       NameValueCollection settings,
       bool fpl
    )

    Parameters

    settings
    System.Collections.Specialized.NameValueCollection of specified settings.
    fpl
    FPL flag
    See Also