CrystalReportPartsViewer.NextPage Method
Displays the next page of the report.
Namespace CrystalDecisions.Web Assembly CrystalDecisions.Web (CrystalDecisions.Web.dll)
Syntax
'Declaration
Public Sub NextPage ()
public void NextPage ()
Example
This example advances the report to the next page.
'Declaration
Private Sub NextPage()
CrystalReportPartsViewer.NextPage()
End Sub
private void NextPage()
{
crystalReportPartsViewer.NextPage();
}
Version Information
Crystal Reports Basic for Visual Studio 2008
Supported since: Crystal Reports .NET 9
See Also
Reference
CrystalReportPartsViewer Class
CrystalReportPartsViewer Members
CrystalDecisions.Web Namespace