Viewing 15 posts - 61 through 75 (of 80 total)
nope, that doesn't work, but i'll let you know if i find something that does.
thanks.
January 20, 2006 at 8:53 am
I'm not sure how to fix the problem.
You can try disabling anonymous access in IIS and adding the domain users or a active directory security group to the report folder...
January 19, 2006 at 3:30 pm
Never mind, I just hard coded the Parameter Names for now.
But if anyone has an answer, it would be nice to know.
January 19, 2006 at 12:23 pm
Did you ever find an answer?
Thx, Megan
January 6, 2006 at 4:41 pm
That's exactly what I ended up doing - I created up arrow and down arrow images and put them next to each column name. I added Sort Direction and Sort...
January 6, 2006 at 9:05 am
I might be misunderstanding what you are trying to do, and I'm no expert, but I do know that there is an option to set the toggle as expanded by...
December 15, 2005 at 9:30 am
Wow Wayne. Thanks so much for that thought-out response. This info gives me a much better stepping stone to start on.
-Megan
October 19, 2005 at 11:00 am
I think you need to deploy your version of the report. Saving it is not enough.
September 29, 2005 at 9:22 am
see this post:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=171642#bm172701
August 30, 2005 at 10:30 am
Only on the server unless the developers have their own instance or RS.
No known issues.
August 29, 2005 at 9:23 am
Frank -
Honestly, I gave up for a while because nothing was making sense to me - and when I came back to it, everything started working as it should. ...
August 25, 2005 at 10:01 am
I'm not sure if I am fully understanding what you truly want to do, but I'll tell you what I did - right or wrong.
April 14, 2005 at 9:34 am
Actually, I only have ServerAB - both dev and production, it's a Windows XP SP2 box with VS2k3, SQL, and RS installed. I verified that I can access http://pb000778/reports/ and...
March 31, 2005 at 9:49 am
You need to union on option for ' all customers'.
example:
parameter dataset:
SELECT CustomerName
FROM Customer
UNION
SELECT ' All Customers'
OR
SELECT CONVERT(varchar(25), CustomerID) AS CustomerID, CustomerName
FROM Customer
UNION
SELECT ' All Customers', ' All Customers'
(I add the...
March 11, 2005 at 9:31 am
Viewing 15 posts - 61 through 75 (of 80 total)