码迷,mamicode.com
首页 > 其他好文 > 详细

水晶报表2

时间:2014-12-17 12:23:55      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:ar   io   os   sp   on   art   bs   as   nbsp   

//报表路径 srg

string strg = Application.StartupPath.ToString();
            strg = strg.Substring(0, strg.LastIndexOf("\\"));
            strg = strg.Substring(0, strg.LastIndexOf("\\"));
            strg += @"\CrystalReport";
            strg += @"\UserPrize.rpt";
          //  crystalReportViewer1.ReportSource = strg;

水晶报表2

标签:ar   io   os   sp   on   art   bs   as   nbsp   

原文地址:http://www.cnblogs.com/xiaowei-blog/p/4168924.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!