Deletes the unused pages.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
protected void DeleteUnusedPages( int firstPage, int lastPage )  | 
| Visual Basic (Declaration) | 
|---|
Protected Sub DeleteUnusedPages ( _ firstPage As Integer, _ lastPage As Integer _ )  | 
| Visual C++ | 
|---|
protected: void DeleteUnusedPages( int firstPage, int lastPage )  | 
Parameters
- firstPage
 - Type: System..::.Int32
The first page number. 
- lastPage
 - Type: System..::.Int32
The last page number.