Share via


CrystalReportViewer.ShowNthPage Method

Shows the specified page of the report.

Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)

Syntax

'Declaration
Public Overrideable Sub ShowNthPage ( _
    ByVal PageNumber As Integer _   
) 
public virtual void ShowNthPage (
    int PageNumber
)

Parameters

  • PageNumber
    Indicates the page number to show in the CrystalReportViewer control.

Remarks

If the page number is greater then the total number of pages in the report, then the last page of the report is shown. If the page number is less then one, then this method does nothing.

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalReportViewer Class
CrystalReportViewer Members
CrystalDecisions.Web Namespace