Showing posts with label single. Show all posts
Showing posts with label single. Show all posts

Monday, March 19, 2012

deploying with default parameter value

I have an application with a parameter that has a single value drop down list from a query. My dataset has a union with "0","All". I set the default to non-queried, value "0". I go to preview and BI displays the label correctly as "All". When I deploy the app and view it in the web browser the default value is not displayed correctly, and it shows "Select a value". Why, why, why does it preview correctly yet deploys incorrectly, and how can I fix it
From http://www.developmentnow.com/g/115_0_0_0_0_0/sql-server-reporting-services.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.comYou can try deleting the earlier deployed report from Report Manager
and deploy the modified report which is previewing fine with all
default values.
Thanks
Subhash

Friday, February 24, 2012

Deploy single report with keyboard shortcut?

Is it possible to deploy a single report from Visual Studio 2003 with a
keyboard shortcut? I can do it by right clicking in the Solution Explorer,
but it would be nice to just press "some combination of buttons" to make my
current report get deployed to the server.
Kaisa M. Lindahl LervikYou can use Tools\Options and Environment(Keyboard) settings to set shortcut
keys. There is a Build.DeploySelection command, but my attempts show that it
deploys the entire project and that you have to be in Solution Explorer for
the shortcut to activate. You can try for other combinations though.
Rodney Landrum
"Kaisa M. Lindahl Lervik" <kaisaml@.hotmail.com> wrote in message
news:uiTk6z7VGHA.2760@.TK2MSFTNGP11.phx.gbl...
> Is it possible to deploy a single report from Visual Studio 2003 with a
> keyboard shortcut? I can do it by right clicking in the Solution Explorer,
> but it would be nice to just press "some combination of buttons" to make
> my current report get deployed to the server.
> Kaisa M. Lindahl Lervik
>