Sets page number value

Namespace:  PerpetuumSoft.Reporting.View
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void SetParams(
	int currentPage,
	int maxPage
)
Visual Basic (Declaration)
Public Sub SetParams ( _
	currentPage As Integer, _
	maxPage As Integer _
)
Visual C++
public:
void SetParams(
	int currentPage, 
	int maxPage
)

Parameters

currentPage
Type: System..::.Int32
maxPage
Type: System..::.Int32

See Also