CrystalReportViewer.ShowPreviousPage Method
Shows the previous page of the report.
Namespace CrystalDecisions.Windows.Forms Assembly CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)
Syntax
'Declaration
Public Overrideable Sub ShowPreviousPage ()
public virtual void ShowPreviousPage ()
Example
This example demonstrates how to show the previous page of the report.
'Declaration
Private Sub ShowPreviousPageOfReport()
CrystalReportViewer.ShowPreviousPage()
End Sub
private void ShowPerviousPageOfReport()
{
crystalReportViewer.ShowPreviousPage();
}
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