0
Reply

Help with Crystal reports

makaay

makaay

Feb 1 2005 1:49 PM
1.7k
Hi, friends. I need to build a report with crystal reports with a set of pairs of cells, but I need to do it PROGRAMMING, because I don´t know the number of pairs before running the program (this is calculated each time at runtime). I must be able to draw a 2xn matrix (2 rows and n columns), so I’ve thought to draw 2 little squares and repeat the operation n times (going to the next line if the end of the first one is reached). I’ve been told that all of this is perfectly possible, by accessing to the object model of the report, but I don’t have any single idea about how do thiss! I've found how to do this in VB, but I need to do it in c#! It would be somethig like this: Report.Sections(1).AddPictureObject... It’s very important, since is the only thing I have to do in order to finish my Project, and I have do show it in February. Thank u everybody, because I know you’re going to give me a hand