Share via


CrystalReportViewer.ShowFirstPage Method

Shows the first page of the report.

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

Syntax

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

Example

This example shows how to display the first page of the report.

'Declaration

    Private Sub ShowFirstPageOfReport()
      CrystalReportViewer.ShowFirstPage()
    End Sub
    private void ShowFirstPageOfReport()
    {
      crystalReportViewer.ShowFirstPage();
    }

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