Creates the presenter for the selected page if the presenter is missing.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ClientAssembly: PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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