ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / PageSetupViewModel Class / PageSetupViewModel Constructor

In This Topic
    PageSetupViewModel Constructor
    In This Topic
    Initializes a new instance of the PageSetupViewModel class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal model As PageSetupModel, _
       ByVal context As IApplicationContext _
    )
    public PageSetupViewModel( 
       PageSetupModel model,
       IApplicationContext context
    )

    Parameters

    model
    context
    See Also