

/article-new/2018/05/6-name-saved-pdf-800x648.jpg)
PDF is by-far the most widely used reporting format in project management these days. But if you or your company are going paperless or if you deliver any sort of Primavera P6 report via email or electronically, then you’ll want to know how to print to PDF in Primavera P6.Īnd that’s what I’m hoping you can master by the end of this write-up. Printing to a printer is mostly easy enough (although make sure you set up your print preview settings before you click Print as we’ll discuss) in the software and it has always generated a wonderful image a of Gantt chart cut and strewn across 50 pages for me.

Yes, working with loads of project data works great, but many find that getting the data in and out is not always a piece of cake. One of P6’s crowning glories is that it can handle huge schedules ( up to 100,000 Activities) with ease. To use the Ribbon control’s pages to quickly switch between the grid and print preview, handle the RibbonControl.SelectedPageChanged event, and add the following code to the event handler.Primavera P6 Professional is no doubt a great tool for managing large-scale construction and engineering projects. To learn how to bind the grid control to data sources of different types, see the Examples: Data Binding topic. 22.1: Data & Analytics category and drop it on the form. Next, drag the GridControl control from the DX. To add a grid to the main form, press CTRL+ALT+X to open the Toolbox. Add a new Ribbon page (“ Grid“) using the Toolbars tab in the Ribbon Designer.This tutorial consists of the following sections. To get started with this tutorial, create a Windows Forms Application with a print preview, similar to the one created in the following tutorial: How to: Add a Print Preview to a Windows Forms Application. You can use the same techniques to preview the content of any control that implements the IPrintable interface. In this tutorial, a print preview is created to show a GridControl‘s content. This topic demonstrates how you can create a print preview for a document generated based on a Windows Forms control. How to: Preview, Export and Print a Windows Forms Control
