上海启嘟渡科技商贸有限公司
SEARCH

与我们合作

我们专注提供互联网一站式服务,助力企业品牌宣传多平台多途径导流量。
主营业务:网站建设、移动端微信小程序开发、营销推广、基础网络、品牌形象策划等

您也可通过下列途径与我们取得联系:

微 信: wxyunyingzhe

手 机: 15624122141

邮 箱:

水晶报表 折线图 图例文本

更新时间:2025-01-04 19:05:45

你要引入using CrystalDecisions.CrystalReports.Engine;

using CrystalDecisions.Share;

命名空间

然后

ReportDocument poRpt = new ReportDocument();

poRpt.Load(fileName);

SqlDataAdapter sda = new SqlDataAdapter();

sda.SelectCommand = new SqlCommand(sql, con);

sda.SelectCommand.ExecuteNonQuery();

DataSet ds = new DataSet();

sda.Fill(ds, "RepairRecord");

poRpt.SetDataSource(ds);

this.cryRV.ReportSource = poRpt;

就可以了,fileName是你报表的相对路径,相对于exe文件,最好把报表跟.exe文件放在一起,方便

多重随机标签

猜你喜欢文章

QQ客服 电话咨询