One of the issues I have heard discussed is how to create
different looks for the same report. When creating reports for different
customers, sometimes you may need to display the same crystal report, but with
different formatting. This can apply for commercial software development
groups and internal groups. Many companies have their own standard colors that
internal/external documents should conform to. We will look at how we can
create one Crystal report and then deploy it to the customer with different
formatting options.
We assume familiarity with how to create Crystal Reports and
format them. The reader should know how to create reports and design them in Crystal
Reports .NET. We also assume that there is some familiarity with programming in
.NET languages. The examples for this article will be in C#.