In this step you'll add Reports for WinForms controls to the form and set the form up to create a simple "Hello World!" document preview. The simplest possible document is one that prints the sentence "Hello, World!". Complete the following steps to set up the form to create such a document:
A print preview control called C1PrintPreviewControl1 and showing a sample document will appear on your form.
The C1PrintPreviewControl control is a composite control containing a preview pane, navigation and text search panels, and toolbars with predefined buttons.
In addition, two additional entries will appear in the References part of your project: C1.C1Report.4 and C1.Win.C1Report.4.
You've created a project and added Reports for WinForms previewing components to your project and completed step 1 of the quick start guide. In the next step you'll set up the form and controls.