SSRS 2008 R2 Drill Down On-Demand to Sub Report

前端 未结 1 1056
失恋的感觉
失恋的感觉 2021-01-19 03:51

In SSRS 2008 R2, I was under the impression that a drill down to a sub-report would query the data on-demand. This isn\'t the case when my report gets rendered.

Spec

相关标签:
1条回答
  • 2021-01-19 04:23

    The only way to defer the data loading is to actually use a new report with and access it via Drill-Through method. This is the way to product work, and is the way inteded by Microsoft.

    You can either optimize your stored procedure, limit the number of results per page or use drill-through.

    0 讨论(0)
提交回复
热议问题