在程序中获取水晶报表的总页数ReportDocument rptDocument;
在程序中获取水晶报表的总页数        rptDocument.SetDataSource(dataSet);
在程序中获取水晶报表的总页数
在程序中获取水晶报表的总页数        CrystalDecisions.Shared.ReportPageRequestContext rprc 
= new CrystalDecisions.Shared.ReportPageRequestContext();
在程序中获取水晶报表的总页数        
int totalPCount = rptDocument.FormatEngine.GetLastPageNumber(rprc);
在程序中获取水晶报表的总页数

相关文章: