Creates the presenter for the selected page if the presenter is missing.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected PagePresenter EnsurePageView( int pageNumber ) |
| Visual Basic (Declaration) |
|---|
Protected Function EnsurePageView ( _ pageNumber As Integer _ ) As PagePresenter |
| Visual C++ |
|---|
protected: PagePresenter^ EnsurePageView( int pageNumber ) |
Parameters
- pageNumber
- Type: System..::.Int32
The page number.