Using C# with Crystal Reports, How Can I Create 4-Up Subreports?

Posted by C. Griffin on Stack Overflow See other posts from Stack Overflow or by C. Griffin
Published on 2010-04-06T19:39:54Z Indexed on 2010/04/06 19:43 UTC
Read the original article Hit count: 236

Filed under:
|
|

The simplest example that I can provide for what I want to do is this:

I need to create a Report, whose only requirement is that I have (4) of the same subreport on the page (imagine 4 portrait-oriented post cards on a page), each quadrant using a separate row from my datatable, yet all 4 are identical in terms of fields. If there are more than 4, it needs to carry over to a new page with the same format.

I'm using C# and the built-in Crystal Reports Basic for the task.

© Stack Overflow or respective owner

Related posts about c#

Related posts about crystal-reports