Initializes a new instance of the SinglePageModel class.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public SinglePageModel(
	ViewManager manager
)
Visual Basic (Declaration)
Public Sub New ( _
	manager As ViewManager _
)
Visual C++
public:
SinglePageModel(
	ViewManager^ manager
)

See Also