You need to ensure that users can view the report without delay during rendering, What should you do?

You design a report by using SQL Server 2008 Reporting Services (SSRS).
The report contains a dataset that has 25 million rows of data. The report is rendered by
using the HTML rendering extension.

You need to ensure that users can view the report without delay during rendering,
What should you do?

You design a report by using SQL Server 2008 Reporting Services (SSRS).
The report contains a dataset that has 25 million rows of data. The report is rendered by
using the HTML rendering extension.

You need to ensure that users can view the report without delay during rendering,
What should you do?

A.
Set the PageHeight property to 0.

B.
Set the InteractiveHeight property to 100.

C.
Set the InteractiveHeight property to 0,

D.
Set the PageHeight property to 100.

Explanation:
To control pagination, you specify page-related properties in the report definition. Each
rendering extension varies in how it supports page properties and whether it supports
pagination altogether.
The same report will paginate differently depending on which rendering extension you use to
view it.
InteractiveHeight and InteractiveWidth are used by the HTML rendering extension to provide
the equivalent of PageHeight and PageWidth. Because the HTML rendering extension
dynamically resizes a report to accommodate drilldown, drillthrough, and show/hide features,
the report server uses different properties to support pagination on dynamic pages.
There is no maximum size for InteractiveHeight. A value of 0 is used to specify infinite
height, regardless of the size designator it is paired with. When InteractiveHeight=0, the user
can’t see a report until all rendering completes.



Leave a Reply 0

Your email address will not be published. Required fields are marked *