all groups > sql server reporting services > november 2005 >
You're in the

sql server reporting services

group:

Question about Parameter


Question about Parameter Tony
11/4/2005 7:26:02 PM
sql server reporting services:
Hi,

I need to design a Sales Order (SO) report for my company. In the SO
report, I need to print out the company name, company address, Telephone no.
.... etc in report header. For this design, it serve 5 sub-company under my
company group. Therefore, I store the company data in a table - name
CompanyInfo. Everytime I need to select correct company name to print it out.

But I know that it cannot print "Field" in report header in RS. I try to
put it into parameter and print it out. It OK but all of the parameter will
be show to user. For this point, I don't want our user to see such
information.

Any idea for me?
Thank You!

Tony

Re: Question about Parameter Bruce L-C [MVP]
11/4/2005 10:38:26 PM
You can have multiple datasets in a report. If you put a list at the top of
the report and your query has only one record, then the data will look for
all intents and purposes as the report header. Then following that have your
table or matrix or whatever. I do this all the time and it looks exactly the
same.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Question about Parameter Tony
11/4/2005 11:12:03 PM
Hi Bruce,

Thank you for your reply!

I already try this way and it look OK. But all parameters will be shown at
the top of the report! It looks no good! Can I hidden the parameter? It is
because there are 6 parameters for such report header.

Thank You!
Tony



[quoted text, click to view]
Re: Question about Parameter Bruce L-C [MVP]
11/5/2005 10:36:34 AM
You can have hidden parameters.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Question about Parameter Tony
11/6/2005 11:50:25 PM
Thank You! I try it!

[quoted text, click to view]
AddThis Social Bookmark Button