Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Chart resolution in SSRS 2008

    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,...

  • RE: Mirgration 2005 RS to 2008 RS

    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...

  • RE: Pie chart--how to use arrow ??

    Within the normal charting tools in SSRS this is not possible. Is there a reason that the default legend does not suffice?

  • RE: Increment Header Column 1-20

    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...

  • RE: Mirgration 2005 RS to 2008 RS

    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...

  • RE: Export problem when report item is not toggled

    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...

  • RE: Maximum number of Subreports in SSRS

    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...

Viewing 7 posts - 1 through 7 (of 7 total)