A report added to a Visual Basic or C# project is a "strongly-typed" report. A report source file, containing a report class specific to this report, is automatically created for it. This report class has ReportClass as its base class. For more information on the ReportClass class, please refer to the derived class ReportDocument .
The report source file also shows sections of the Crystal report. These sections should not be modified.
The report source file has the extension .cs for a Visual C# project, and .vb for a Visual Basic project. This file is normally hidden. You can click the Show All Files icon to list it (e.g., under CrystalReport1.rpt) in the Solution Explorer.
|