【问题标题】:Perfomance Issue in Active Reports 6Activereports 6 中的性能问题
【发布时间】:2014-07-14 12:37:12
【问题描述】:

我正在使用活动报告 6 来显示报告。 如果我们在报告中有很多页面,那么在加载所有页面之前不会显示报告。

code :

ActiveReport ar = new ActiveReport();
ar.DataSource = lstDataContainingLargeRecords; // this list contains around 3000 records.
ar.Run();

我想立即在报告中显示第一页,然后在后台加载其他页面。

请提出任何建议。

提前致谢

【问题讨论】:

    标签: c# report activereports


    【解决方案1】:

    您能否尝试使用 Run(boolean) 方法并将其 syncDocument 参数设置为 true。可以获取代码 sn -p 示例here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-06-08
      • 1970-01-01
      • 2015-04-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多