Viewing 15 posts - 1,501 through 1,515 (of 2,010 total)
Check out the attached... when clicked this link should open a popup named rptwin with no toolbars etc...
Also, When you post your code make sure you preview your post first...
September 15, 2008 at 8:47 am
Try
NavigateUrl="http://my-server/reportserver?/Dev/Folder/Route Card&rs:Command=Render&Site=1&OrderId={0}"
Since you're using a hyperlinkfield you need to have the param setup to the appropriate column in your dataset. I believe that's why I went with the...
September 15, 2008 at 8:17 am
have a look at this and see if it doesn't shed some light.
http://msdn.microsoft.com/en-us/library/ms141766.aspx
-Luke.
September 12, 2008 at 2:11 pm
Ditto to pretty much what every one else is saying. We have a dev box where the developers have access to the Db's and no one else's. Again...
September 12, 2008 at 1:50 pm
also, is this something where you for each row you need the new max() value or if you have 10 rows and 2 are blank and the others are listed...
September 12, 2008 at 1:43 pm
perhaps if you'd give us a bit of the business reason for doing this we might be able to suggest a better way. Also, is this a one time...
September 12, 2008 at 1:41 pm
again, I'm not sure if 2000 has this, but in 05 it's in the report properties...
September 12, 2008 at 1:35 pm
as I don't have RS2k to test on I'm not sure, but have you looked into setting the language of your report to see if that has any effect?
-Luke.
September 12, 2008 at 12:53 pm
If there were a number of the normalization guru's out there seeing this post they'd tell you that you really didn't have a table cause there were no indexes on...
September 12, 2008 at 12:42 pm
Are you talking about the datetime picker as there were issues with it in 2005 SP1, but I believe they have been corrected in SP2 CU3.
September 12, 2008 at 12:38 pm
Are there differences in the execution plans? Is one somehow using and index and the other not?
September 12, 2008 at 12:08 pm
You said triggers wouldn't work, how's come? It's free and there are plenty of examples of ways to do it rather well.
Another option would be to capture a profiler...
September 12, 2008 at 10:36 am
bah the forum editor stole my code....
Should have been what's in the attachment
something's up with the silly nanny forum software again Steve!
-Luke.
September 12, 2008 at 7:54 am
Yep this is very doable.
In the columns section of your gridview control Add a column like the following...
the below example assumes the following...
your reportserver = mysvr/reportserver
Your report project...
September 12, 2008 at 7:43 am
someguy has summed up just about every conversation I've ever had on the topic as well. Any way you slice it there's gonna be a price. It's just...
August 28, 2008 at 12:31 pm
Viewing 15 posts - 1,501 through 1,515 (of 2,010 total)