July 25, 2009 at 7:13 pm
i am converting crystal report to SSRS
crystal report has a report header and page header, how do i incorporate report header in SSRS
July 25, 2009 at 8:33 pm
SSRS comes with header check the below for details I know image like logo comes with some restrictions.
http://technet.microsoft.com/en-us/library/aa964127(SQL.90).aspx
Kind regards,
Gift Peddie
July 27, 2009 at 8:22 am
I found out how to put a report header on a ssrs 2008 rdlc report, but I'm still having an issue of white space on subsequent pages where the visibility is set to invisible. I read some where that there's an option to squeeze out white space but I looked everywhere for that option, and couldn't find it. Does anyone one know how to do this?
Thanks,
Amy
July 27, 2009 at 12:06 pm
I found some place that you need to set the report properity 'consumecontainerwhitespace' to true, but the rdlc report properties doesn't have that property listed. Does anyone have any ideas of what can be done to suppress white space with a rdlc report file?
Thanks,
Amy
August 11, 2009 at 1:22 am
Hi,
A simple way it to add it on Page Header and Keep that part visible only on the First Page with the help of Visibility property.
and you can apply the same with report footer keep that visible only on Last page of Report.
- Chirag Prajapati
August 16, 2009 at 11:44 pm
April 27, 2012 at 7:38 am
If there is a gird on the page. Add a row outside group, above. If need be merge the cells. Put your header there. Set RepeatOnNewPage to false for the tablix group member that is the your newly added row.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply