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.

 All Forums
 Development Tools
 Reporting Services Development
 Default Drop-Down values not passed to web

Author  Topic 

elracorey
Starting Member

30 Posts

Posted - 2008-01-24 : 08:24:45
Hi,

When I set up default parameter values in my report I get the defaults appearing in the drop-down selection boxes prior to clicking the View Report button. This is fine.

However when I deploy to my local web server the defaults are not displayed. Instead I get the standard "<Select a value>" text.

Whether this is a bug in the deployment process, resulting in HTML without the proper <input> tag properties, or something to do with settings I'm not sure.

Anyone had this problem?

Cheers,
elracorey

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-24 : 10:18:49
I had this problem once. But i deleted the report from the server and tried redeploying and it worked. b/w how are you settings default values for parameters?
Go to Top of Page

elracorey
Starting Member

30 Posts

Posted - 2008-01-28 : 11:07:34
I set the defaults in the Report Parameters window in Visual Studio, under default values.
I've redeployed several times but no luck.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-28 : 11:37:30
Did you try deleting the report from server and redeploying? why i insist on this is that quite often the rdl xml file wont be properly updated while redeploying. Please try this after deleting and let me know the outcome.
Go to Top of Page

elracorey
Starting Member

30 Posts

Posted - 2008-01-29 : 04:01:04
Don't want to do this at this stage. We're only at development level and I've had lots of problems getting SSRS up and running, e.g. IIS authentication problems.

Don't want to risk deleting records from the ReportServer database. I will let you know at a later date.

It seems SSRS has a few issues that Microsoft need to sort out.
Go to Top of Page
   

- Advertisement -