Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Confining Data Regions

Author  Topic 

TBD-SQL
Starting Member

3 Posts

Posted - 2013-09-20 : 15:18:41
Hello all, I am building reports in SQL 2008 R2 and need to have two data regions show on the same page. I need to keep both data regions visible to the user after the report runs (and renders) regardless of how many records are returned. How can I set each data region to to allow the user to "scroll" within each data region such that the resulting set of data of one region doesnt "push" the other data region off the first page?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-09-22 : 04:31:05
are you asking about rendering report in webpage or getting report printed in page?
If rendering on webpage, you can set InteractiveHeight property to 0 to make report render in single page while viewing it through report viewer in html format.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -