is it possible to modify formatting in a report via the ReportDocument class?

Posted by jcollum on Stack Overflow See other posts from Stack Overflow or by jcollum
Published on 2010-01-08T22:20:34Z Indexed on 2010/04/08 3:23 UTC
Read the original article Hit count: 286

Filed under:
|

I'd like to iterate through a certain set of fields in a report (rpt) file and, for the sake of argument, make them have a blue background. I'd like to do this for many files and on a conditional basis. The ReportDocument class seems like the way to go, but I don't see any Fields or anything like that in the API.

Is there a way to do this via C#?

CR 9.2

© Stack Overflow or respective owner

Related posts about crystal-reports

Related posts about c#