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
 Development Tools
 Reporting Services Development
 ReportItem question

Author  Topic 

chriskhan2000
Aged Yak Warrior

544 Posts

Posted - 2005-05-04 : 09:39:00
Using the ReportItem syntax in RS, it seems like it only works at the footer or header section. Is there another method of using similar syntax like the ReportItem in the Body section? The thing is that I want to be able to copy a textbox from the detail table to the bottom and do some data displaying. If I put it in at the footer section, the data is way at the bottom of the page and I want it to be displayed where the record ends.

Any suggestion on this? If there's a setting to have the footer display where ever the records end, that would be great also. Or if there's a syntax similar to the ReportItem in the Body section, that will do also.

jhermiz

3564 Posts

Posted - 2005-05-04 : 11:29:48
How about grouping? If you dont want it at the footer, your only other option is a group footer section.



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page

chriskhan2000
Aged Yak Warrior

544 Posts

Posted - 2005-05-04 : 11:56:18
Hi Jon.

This will not work within the Body section though. Unless there's a way to group the Page Footer with the Page Body. The table footer will not work with ReportItems.
Go to Top of Page

chriskhan2000
Aged Yak Warrior

544 Posts

Posted - 2005-05-04 : 12:13:02
Got it working now. What you need to do is set the Page Footer length to same size as the body. So if it's 8.5x11 for body, you will need to set footer same. Then put the textbox on top of the page and that will do the trick.
Go to Top of Page
   

- Advertisement -