all groups > sql server reporting services > january 2007 >
You're in the

sql server reporting services

group:

Data in Report Headers


Data in Report Headers Barry Seymour
1/3/2007 2:37:53 PM
sql server reporting services:
I'm having the devil of a time working around RS limitations here.

I have a report that displays a purchase order. ON all pages but the first I'm supposed to display a header like this:

From: OUR NAME To: Vendor Name
PO 123456 Page 2 of 4 Date: 01 January 2007

The three non-date fields in the header appear in the datasets used in the report. After much trial and error I ended up
creating three hidden textboxes in the report body that contain the data I want to use in the header. I then use separate
textboxes in the header which refer to those textboxes in the body.

Aside from the fact that this is a huge PITA, I find that this header only works properly on the first page of the report!
ON pages 2 and later the fields are empty!

Any suggestions? I'm pulling my hair out here on something that should be quite simple...

Barry

Re: Data in Report Headers Lev Semenets [MSFT]
1/3/2007 7:18:32 PM
My favorite solution is to use internal parameters with query-based default
value.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: Data in Report Headers Barry Seymour
1/4/2007 11:06:04 AM
Otay... lemme research what the heck you mean and I'll come back if I don't get it. <g>

Barry

[quoted text, click to view]
value.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]


Re: Data in Report Headers KenRoy
3/19/2007 1:03:16 PM


[quoted text, click to view]
Re: Data in Report Headers KenRoy
3/19/2007 1:06:14 PM
Did you find out how to fix this? I'm having the same problem.
Ken

[quoted text, click to view]
Re: Data in Report Headers Joe90
4/5/2007 4:24:01 AM
We had a similar problem.

My workaround was to dump the Report Header and setup a 'dummy' group, it
must be the first group. 'Include Group Header' don't 'Repeat Group Header'
and don't 'Include Group Footer'.

Whatever you put it this group, it will accept parameters and dataset data
will only appear once at the beginning of the report.

AddThis Social Bookmark Button