【发布时间】: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