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.
Author |
Topic |
sancpa
Starting Member
1 Post |
Posted - 2004-10-18 : 14:00:22
|
Hi,I am bit new to this reporting stuff....I want to display an output paramter of the stored procedure preferably in the report header.Can some one tell me how do i set the direction of the report parameter and any other settings required to achieve this.thanks in advance |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-10-18 : 16:45:11
|
You'll want to modify the stored procedure so it returns the value as a result set instead of as an output parameter.Tara |
|
|
|
|
|