Viewing 7 posts - 1 through 7 (of 7 total)
This is just the nature of the beast when exporting to HTML. The best way to get the higher quality charts unfortunately is to export to PDF, grab a screen,...
May 24, 2010 at 10:10 am
Are you talking about the home folder for where the reports are deployed? If so this may be on a different server where SQL Server 2008 has been installed or...
May 24, 2010 at 10:07 am
Within the normal charting tools in SSRS this is not possible. Is there a reason that the default legend does not suffice?
May 24, 2010 at 10:02 am
To get the integers in the first column use a query like this:
select ROW_NUMBER() OVER (ORDER BY NumOfStudents) AS Score, NumOfStudents from TableName
Or, alternatively, to make things easier in the...
May 24, 2010 at 9:52 am
I have migrated several reports simply by opening the 2005 reports in VS BIDS 2008 then saving them again. A few tweaks may be required but otherwise I have no...
May 24, 2010 at 9:34 am
Try setting the item to be hidden by default but still toggled by whatever was toggling it before. It shouldn't show on an Excel export though. What version of VS...
May 24, 2010 at 9:32 am
How many do you need? I have a report with 11 subreports right now without a problem.
There is no limit to how many subreports you can have, but keep in...
May 24, 2010 at 9:23 am
Viewing 7 posts - 1 through 7 (of 7 total)