Viewing 15 posts - 181 through 195 (of 225 total)
I think I'd need a screenshot to really understand, but are you using groups where outside of the groups you're doing aggregates on the groups, and you just want to...
April 11, 2011 at 1:36 am
Stored procedures are great because they could possibly be used by other software. On the other hand, it's no use unless you actually have the rights granted to create/alter stored...
April 6, 2011 at 4:54 am
You could run rs.exe (a binary that does reporting services deployments) through Reflector (a program that gives you a little look inside .NET binaries like that) and have a look...
April 6, 2011 at 4:41 am
Are you trying to do it in BIDS, the Report Manager, or in Report Builder 3.0?
April 6, 2011 at 4:34 am
In IE8 I don't get the same "previous report" button I get in BIDS; I just use the browser's back button (and it worked).
April 1, 2011 at 8:09 pm
I think it might have to be signed (I guess it would be if you put it into the cache). You also need to do things to some configuration files,...
March 31, 2011 at 12:42 am
I'm using RS2008 SP2 and IE8 on Vista. The back button works for me, I get to the original report in its previous state without it reloading ...
Check your service...
March 31, 2011 at 12:40 am
It looks like it's removing the filter part of the query. Is this MDX? I'm not familiar with that, but I'll take a shot in the dark:
- Are you using...
March 31, 2011 at 12:37 am
I've written a python script which can recalculate and rewrite the interactive sizes on any reports you have:
http://www.ssrstips.com/tool-to-calculate-interactiveheight-and-interactivewidth
March 30, 2011 at 9:55 am
If you use headers or footers, you also need to subtract those heights from the interactive size in order to get the page count to match. I just tried it...
March 27, 2011 at 7:28 pm
wolfkillj (3/25/2011)
As has been noted elsewhere, you may need to tweak the "interactive page width" dimensions to equal the "printable page" dimensions (i.e., page dimensions minus margins)
I set my templates...
March 25, 2011 at 8:06 pm
If you're using stored procedures, then it should be easy, just making sure they return the same data as before.
If you have a mix of stored procedures and something else,...
March 25, 2011 at 3:39 am
The Microsoft way takes into account that you might have custom assemblies, and that you need to do something to copy the passwords over.
RS Scripter won't do either.
You should...
March 25, 2011 at 3:36 am
kathleen.zak (3/23/2011)
=IIF(Fields!Overtime_Cost.Value <> 0 and Fields!Regular_Earnings.Value <> 0, Fields!Overtime_Cost.Value/Fields!Regular_Earnings.Value,0)
What happens tho is that my overtime cost is 0 and my Regular Earnings is 0, the code...
March 25, 2011 at 3:32 am
WebTechie38 (3/21/2011)
March 24, 2011 at 4:23 am
Viewing 15 posts - 181 through 195 (of 225 total)