CrystalReportViewer.ShowLastPage 方法

显示报表的最后一页。

命名空间 CrystalDecisions.Windows.Forms 程序集 CrystalDecisions.Windows.Forms (CrystalDecisions.Windows.Forms.dll)

语法

声明
Public Overrideable Sub ShowLastPage () 
public virtual void ShowLastPage ()

示例

此示例调用 ShowLastPage() 方法来设置 CrystalReportViewer,以便显示当前报表的最后一页。

声明

    Private Sub ShowLastPageOfReport()
      CrystalReportViewer.ShowLastPage()
    End Sub
    private void ShowLastPageOfReport()
    {
      crystalReportViewer.ShowLastPage();
    }

版本信息

Crystal Reports Basic for Visual Studio 2008

从此版本开始支持: Crystal Reports for Visual Studio .NET 2002

另请参见

引用

CrystalReportViewer 类
CrystalReportViewer 成员
CrystalDecisions.Windows.Forms 命名空间