Sunday, September 11, 2011

Disable parameter dataset auto updates

I found the answer to this little thorn in my side here.

The trick is to:
1) Open the report in code view
2) look for the dataset in question
3) add SuppressAutoUpdate = true to the parameter dataset
4) save

view the link above for the propper xmd.

No comments: