Showing posts with label extra. Show all posts
Showing posts with label extra. Show all posts

Tuesday, March 6, 2012

.net 2002 and RS

Hi is it possible to work on with in .net 2002 IDE with reporting
services. If yes, than what extra i may need to install?
Thanks in advanceNo. You need VS2003 for SQL Server RS2000, For SQL Server 2005, it comes
with report designer (if you also have VS2005 installed, the designer
becomes part of VS2005).
"Techotsav" <Utsav.Verma@.gmail.com> wrote in message
news:1134480575.125459.170630@.g14g2000cwa.googlegroups.com...
> Hi is it possible to work on with in .net 2002 IDE with reporting
> services. If yes, than what extra i may need to install?
> Thanks in advance
>|||Thnaks man!

Thursday, February 9, 2012

(Select All) continued

Hey All,
I've found another problem related to everyone's select all hack which is
using a union and an extra check.
I have a simple Customers drop down and I want to display the (All
Customers) option.
So, I took Reddy's advice and tried this:
WHERE (Customer IN (@.Customer) or '(All Customers)' in(@.Customer))
This works until you try to set '(All Customers)' as the non-queried default
value. The worst part is that it works in the VS Preview mode, then does NOT
work from the report server.
Basically, it just ignores the default value.
Anyone know why this might be the case?
StevenYou may need to delete the deployed report from RS and then redeploy. There
is a problem where parameter values get incorrectly updated if you redeploy
over the top.
Taz