This article has shown you how to programmatically set the
formatting for your Crystal Report in a Windows Form. In Part 1 of this series
we went over doing this for a web application. Crystal does have built in support for using style sheets to modify the formatting of reports. There is no similar
mechanism to use in Crystal.NET for formatting your reports in a Windows Form.
By using the different objects in the report document given to use in the API,
and creating our own XML version of a CSS file, we can easily provide custom
formatting for the same report.