Friday, November 07, 2008

Partial answer to an ASPNET forum question on Report Generation

The ASPNET forum user wanted to display the following using Reporting Services.

 
Well the answer found was to put the data into an XML Document and using Report Builder 2.0 you can fashion a Matrix report. This would give the report to look like the above but the 'Aggregation' part fails. The report generated (I have used only two rows, but it can be made towork for more) is shown in the next figure.
 
I am now looking at why aggregation failed.

6 comments:

  1. Sir, Have u got the solution other than this for given sample report?


    Regards

    ReplyDelete
  2. May be you should resolve the data into two tables with a relationship.

    ReplyDelete
  3. can we do using crystal report?

    ReplyDelete
  4. Probably it won't work

    ReplyDelete
  5. Ok,

    Thanks for all reply.

    Best Regards

    ReplyDelete
  6. how to print without using crystal report by clicking print button in web application asp.net

    ReplyDelete