Viewing 15 posts - 76 through 90 (of 261 total)
Sorry...forgot the x at the end of the page extension...try this
April 18, 2008 at 9:08 am
Pat,
MS has a solution for you: http://msdn2.microsoft.com/en-us/library/ms155836.asp
April 17, 2008 at 3:25 pm
May I ask why? I don't know how you would find that out but I know when developing reports you change the landscape by setting the page width and height...
April 17, 2008 at 9:13 am
Rezek,
Are you pulling the report into your .Net app via an Iframe or are you using the Report Viewer control?
April 17, 2008 at 8:29 am
Can you post an example of where that works? The example Tung provided produces the following error for me...
SET NOCOUNT ON
...
April 16, 2008 at 5:53 pm
That error is only when trying to run the query inside the data set window right? If you try running the report it shouldn't be a problem...SSRS doesn't like temp...
April 16, 2008 at 4:31 pm
Tung,
You cannot insert into a table variable via stored proc call...
Jag,
In SSRS data sets question marks can be thought of like parameters. If you are trying to use the question...
April 16, 2008 at 4:07 pm
Do this...
Add it to the Bin directory locally and when you add the reference to it from the report make sure it is looking for it in that Bin directory....
April 16, 2008 at 3:50 pm
Ah...gotcha...
Well, You shouldn't need to modify the config entries at all for this to work. From my experience all I had to do with custom assemblies was to upload the...
April 16, 2008 at 1:59 pm
Why not just use UserID global variable?
April 16, 2008 at 12:47 pm
Does the report render eventually for those users experiencing these issues? I've seen it sometimes where the animated gif doesn't appear or partially appears but eventually the report still runs....
April 16, 2008 at 9:44 am
If you setup the data source to use a domain account the execution account won't be used. The execution account is for unattended operations, such as sending an email via...
April 16, 2008 at 9:13 am
You should be able to modify the delivery extension to do that...I haven't delved into it so I can't say for sure but from what I understand the idea is...
April 16, 2008 at 9:10 am
As I stated in an earlier post if you setup your data source so it uses the 'Credentials stored securely in the report server' option and you provide a domain...
April 15, 2008 at 6:37 pm
Viewing 15 posts - 76 through 90 (of 261 total)