Creating a .NET Project
To create a new .NET project, complete the following steps:
1. From the File menu in Microsoft Visual Studio, select New Project. The New Project dialog box opens.
2. Under Project Types, choose either Visual Basic or Visual C#, and select Windows Application from the list of Templates in the right pane.
3. Enter a name for your application in the Name field and click OK.
A new Microsoft Visual Studio .NET project is created and a new Form1 is displayed in the Designer view.
4. Double-click the desired C1ReportDesigner components from the Toolbox to add them to Form1. For information on adding a component to the Toolbox, see Adding the C1ReportDesigner Component to a Project.
|