CrystalReportViewer.ShowNextPage Method

Shows the next page of the report.

Namespace CrystalDecisions.Windows.Forms Assembly CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)

Syntax

'Declaration
Public Overrideable Sub ShowNextPage () 
public virtual void ShowNextPage ()

Example

This example advances the report to the next page.

'Declaration

    Private Sub ShowNextPageOfReport()
      CrystalReportViewer.ShowNextPage()
    End Sub
    private void ShowNextPageOfReport()
    {
      crystalReportViewer.ShowNextPage();
    }

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.Windows.Forms Namespace