Hi all,
I have a stored procedure which is filling a parameter dataset. For some reason it's not showing the dropdown??? This is driving me crazy, i've tried deleting, readding etc. i'm stumped...

So the report that is running the data is provided by a stored procedure.

This stored procedure/report has a parameter @Customer VARCHAR(6)
The values for the stored procedure/report are being provided by another stored procedure which is simply retrieving customer records/ID's.

Normally a drop down is just created and the user can select a value from the dropdown and this value is passed into the @Customer parameter...
*** UPDATE ***
Think i've found the issue... i'm not sure what's causing it though. If I preview the report customer drop down works fine. The length however is massive and wouldn't be surprised if it's overrunning the limit for rendering the display... How is the length of the dropdowns created? What does SSRS renderer use to display length of field?

*This post is locked for comments
I have the same question (0)