ComponentOne GanttView for WinForms
Print Overview

The Printing feature can be used when you do the following:

Note: C1GanttView also supports old C1.C1Report and C1.Win.C1Report assemblies for print preview. It is recommended to use the C1.Win.C1RibbonPreview.4 and C1.Win.C1Ribbon.4 assemblies to get Ribbon print preview look and feel.

C1GanttView project includes a PrintInfo class to control the information related to printing the schedule. The properties in the PrintInfo class are available at design time, run time, and programatically. At run time these properties appear in the Print dialog box where you can select the following:

When printing the following steps are typically used in this order:

  1. Click the Print button which will open the Print dialog box.
  2. Select the type of print layout from the prints styles in the Print dialog box.
  3. Click the Settings button in the Print dialog box to open the Style Settings dialog box where you can customize the header, footer, and legend appearance for each page.
  4. Click the Page Setup button so you can specify the page's size, source, orientation, and margins.
  5. Determine the print range. You can select a specific range to print by clicking the radio button Print specific dates and select start and end date in the two combo boxes.
  6. Click the OK button in the Print dialog box to start printing by default printer or click Preview button to review the printing appearance. Once the print progress is starting, the Processing Document form will appear.

 

The Processing Document shows the status and the percentage complete of progress. It also provides a Cancel button to cancel the operation.  The print operation will use system default printer to print.

When the preview progress is starting, the Processing Document form will appear to shows the status of initializing progress. During this time the preview document is generated, then the Print Preview dialog will appear.  In the Print Preview dialog box you can change page setup, zoom, save, print…etc.

 

See Also