虽然对报表不怎么熟练,我还是帮你顶一顶......
看看这些估计对你有所帮助:
http://www.aspalliance.com/articles/CrystalReportVSNet.aspx
http://www.csdn.net/Develop/Read_Article.asp?Id=169929
http://www.csdn.net/Develop/Read_Article.asp?Id=15742

解决方案 »

  1.   

    看看这里()
    http://expert.csdn.net/Expert/topic/1532/1532916.xml?temp=.2800257
    http://www.e-bluefield.com/dotnet8/article/list.asp?id=21
    水晶报表的经典帖子:http://expert.csdn.net/Expert/topic/1900/1900717.xml?temp=.3899805
      

  2.   

    如果是用的拉的方法设计rpt的话,使用时要为rpt中每个使用到的表提供登录信息:CrystalDecisions.Shared.TableLogOnInfo loginfo=new CrystalDecisions.Shared.TableLogOnInfo();
    loginfo.ConnectionInfo.UserID="sa";
    loginfo.ConnectionInfo.Password="jjz699";
    crystalReport11.Database.Tables["orders"].ApplyLogOnInfo(loginfo);