找回密码
 立即注册

QQ登录

只需一步,快速开始

songwenbo

注册会员

1

主题

1

帖子

12

积分

注册会员

积分
12
最新发帖
songwenbo
注册会员   /  发表于:2019-9-27 15:45  /   查看:3414  /  回复:1
1金币

1 个回复

倒序浏览
KearneyKang讲师达人认证 悬赏达人认证
超级版主   /  发表于:2019-9-27 16:16:14
沙发
你好,使用这个方法来实现:
  1. GrapeCity.ActiveReports.PageReport rpt = new GrapeCity.ActiveReports.PageReport(new System.IO.FileInfo(@"Reports\图像.rdlx"));               
  2.                 GrapeCity.ActiveReports.Document.PageDocument rptb = new GrapeCity.ActiveReports.Document.PageDocument(rpt);
  3.                 rptb.Parameters[0].CurrentValue = "杭州霆浩";
复制代码
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部