Background Image

Knowledge base articles about
page

Search DlhSoft Team's blog for page

If you intend to export images using GanttChartExporter component from Project Management Framework, and your have large task sets and/or long timeline pages, you should paginate output in a loop to improve performance and decrease memory consumption instead of trying to obtain a very large image in a single call. Here is some sample code which you may use…

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…