In Visual Studio 2008 Business Intelligence Studio, reports preview many times faster than on the report server. Why does this happen and is there a solution to this?
相关问题
- the application was unable to start correctly 0xc0
- Project Build gets Skipped in VS2008 after convers
- Index was out of range. Must be non-negative and l
- How to decide what is the .Net target
- Windows Forms Designer destroys form layout
相关文章
- How to add external file to application files ( cl
- SQL Server Reporting Services - Set default value
- using Visual Studio to copy files?
- The project file '' has been renamed or is
- Get list of reports from SSRS?
- Moving focus to next tab group in Visual Studio 20
- Can you turn off (specific) compiler warnings for
- How do I start a second console application in Vis
In BIDS, it holds a cache, so that the query is not executed every time you preview the report. So it seems fast, however on the reportserver it will need to get all of the data for the report with every request (unless it is cached).
Rendering might also be an issue, IE does not have the best reputation on rendering speed vs. other browsers.