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 |
|
mparter
Yak Posting Veteran
86 Posts |
Posted - 2004-05-29 : 05:09:13
|
| I have a stored procedure which returns a dynamic crosstab dataset. How can I use this in RS if I don't know the fields? |
|
|
gpl
Posting Yak Master
195 Posts |
Posted - 2004-05-29 : 06:21:29
|
| You could ensure that whatever fields are returned by the crosstab are named in a consistent fashion so that the report knows what they areGraham |
 |
|
|
mparter
Yak Posting Veteran
86 Posts |
Posted - 2004-05-31 : 14:46:17
|
| Thanks for the reply, realised though that I was doing more than I needed to do. All I had to do was bind my dataset to the matrix control and let it do all the work. |
 |
|
|
|
|
|