请教一个问题

qq_26006573 2016-08-17 11:45:26
/ create report instance
Report report = new Report();

// load the existing report
report.Load(Application.StartupPath + @"\bbc.frx");

// register the dataset
report.RegisterData(rDataSet);

// run the report
report.Show();

// free resources used by report
report.Dispose();

这是c#调用fast report 这样会先预览然后让我选择打印,谁能给改下,我想不预览直接打印.
...全文
213 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
烟波钓 2016-08-19
  • 打赏
  • 举报
回复
FastReport.Utils.Config.ReportSettings.ShowProgress = false;
烟波钓 2016-08-19
  • 打赏
  • 举报
回复
引用 1 楼 yanbuodiao 的回复:
什么 past report 你总得把相关东西给描述清楚吧
fast report
烟波钓 2016-08-19
  • 打赏
  • 举报
回复
什么 past report 你总得把相关东西给描述清楚吧

111,129

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Creator Browser
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧