Switches preview to the specified page.
Namespace:
PerpetuumSoft.Reporting.ViewAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void SetCurrentPage( int page ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetCurrentPage ( _ page As Integer _ ) |
| Visual C++ |
|---|
public: void SetCurrentPage( int page ) |
Parameters
- page
- Type: System..::.Int32