Background Image

Knowledge base articles about
printing

Search DlhSoft Team's blog for printing

When you create custom grid columns using the Gantt Chart components from Gantt Chart Hyper Library or Web Library, you might find that the data is not exported nor printed successfully on some browsers (such as Internet Explorer® 10), as internal cross document security exceptions occur. Actually, when the code from your custom column cell templat…

If you set up grid column and task bar template functions when using Gantt Chart Hyper Library, and would like to export or print content from the component, you should write your custom code with extra care: Specifically, you'd need to ensure the document object refers to the current one of the item, and if you plan to access custom fields of the item object, y…

By design, the GanttChartView component for Windows® Forms includes inherent limitations: Printing will always print the data grid and Gantt Chart on separate pages; Exporting images is difficult as it would require simmulating printing; Printing or exporting images without specific grid columns is difficult to implement. To handle these operations with more ease, we have prepared a free Extras as…

We use Gantt Chart controls within Gantt Chart Library for WPF or Project Management Library for WPF. How can we develop a Print Preview feature in our application, instead of simply executing the Print command? We offer a DocumentPaginator object for each Gantt Chart control included within our libraries (e.g. GanttChartTaskList…

Do the DlhSoft components within Gantt Chart Library for WPF or Project Management Library for WPF provide printing support? Yes, please review the source code of the Printing sample applications for the included controls. Where can I find sample applications?

By default, the printing behavior of Gantt Chart Light Library components is to split the output content into multiple pages based on the printable page area. However, sometimes you know that your data source and timeline page duration are both small, and you would like to implement an alternative printing behavior: printing all content of the component scaled up…