Viewing 15 posts - 136 through 150 (of 226 total)
I believe you'll need to adjust your report "Body" size based on the number of columns parameter...the printing is based on the "Body" size and not the columns....
February 5, 2009 at 10:00 am
this should help:
select ExecutionLog.UserName,
Catalog.Name,
Catalog.Path,
ExecutionLog.TimeEnd,
ExecutionLog.Parameters
from Catalog inner join ExecutionLog on
Catalog.ItemID = ReportID
February 5, 2009 at 9:55 am
Next, check the folder(s) that report is in all the way down the the actual report itself. Permissions for each of those can be set individually. You can...
February 5, 2009 at 7:42 am
More info on Data Driven Subscriptions....
February 5, 2009 at 7:38 am
As far as we've seen, the subscription parameters have to be hard coded. Expressions don't work there....
February 4, 2009 at 3:26 pm
Check with at least 3 resellers. If you can get two of them to give similar advice, you'll be doing great. Licensing for that stuff is confusing even...
February 4, 2009 at 2:29 pm
Start at the 'home' or top level folder and check the permissions all the way down to the actual report in ssrs from the web page (properties tab). Odds...
February 4, 2009 at 2:22 pm
This works....this code if pasted into your parameter expression will change the begdate parameter based on what time of day the report is being ran. This particular one, if...
February 4, 2009 at 2:02 pm
both of these posts are possible, but both require creating a second report. What would like is the ability to only create one report but have different parameters based...
February 4, 2009 at 1:22 pm
Can Grow should only affect the growth vertically not horizontally...that's wierd. Does the text box wrap at all and grow up and down?
February 4, 2009 at 1:16 pm
Number of users is a big component of this...at some point in user size it is best to go with per processor licensing. Microsoft licensing is so complicated it...
February 4, 2009 at 1:14 pm
Great question...never thought of this before...I'm interested to see if anyone has an answer....
February 4, 2009 at 1:10 pm
Click thru and drill down as I understand are different things...can you give some more details on what you are trying to accomplish?
Thanks
February 4, 2009 at 1:04 pm
Great question...I'm looking for the answer too....I also create two reports to get around this...
February 3, 2009 at 3:20 pm
Would it be possible to delete the user's profile off of the suspect machine?
right click my computer, choose properties, advanced tab, user profiles...this would give you a fresh...
February 2, 2009 at 12:09 pm
Viewing 15 posts - 136 through 150 (of 226 total)