Background Image

Knowledge base articles about
export

Search DlhSoft Team's blog for export

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…

Trying to export a bitmap image from Gantt Chart list view controls within Gantt Chart Library for WPF or Project Management Library for WPF you may have found that the image quality may be lower when a large image is exported. The issue you have observed is occuring because to generate the output image the Gantt Chart list view controls use ne…

In my application (that references Gantt Chart controls from Gantt Chart Light Library) I have defined a CustomGanttChartItem object type inheriting from GanttChartItem adding custom properties to be displayed in the grid and/or referenced in custom task templates. However, I loading and saving Project XML files doesn't support loading and saving the custom item type and …

To export data to Microsoft® Project® XML format from Gantt Chart Library or Project Management Library for WPF, you simply need to call the GetProjectXml method of GanttChartTaskListView or ScheduleChartResourceListView components. GetProjectXml returns a string value that you can save to an output file stream using standard I/O features …

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…

If you would like to save PDF files including Gantt Chart images exported from Gantt Chart Library for WPF or Project Management Library for WPF, you can use Aspose.PDF components from Aspose (a third party ISV). A sample application showing how you can perform this task (including commented C# source code) is available for download and…

If you would like to save PDF files including Gantt Chart images exported from Gantt Chart Library for WPF or Project Management Library for WPF, you can use PDF4NET components from O2 Solutions (a third party ISV). A sample application showing how you can perform this task (including commented C# source code) is available for download …

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…

Gantt Chart Light Library includes only a WPF based sample application showing the way we can data bind the GanttChartDataGrid control to a database (Tasks table and its Predecessors relation). How can we data bind the control to a database from Silverlight™? Silverlight™ is a client side technology within a client-server architecture system, that also requires a Web serve…

We handle CollectionChanged and/or PropertyChanged events of items to save changes made by the end user to the underlying data using controls within Gantt Chart Light Library. However, we have found that these events occur several times, and therefore they are not appropriate for saving changes back to a server or database from inside the handler methods.…

While the WPF demo application allows the end user to export images from Gantt Chart Light Library components and save them as images files on their computer, in the Silverlight™ demo (i.e. Get Started sample) application we have only shown how you can export images from Gantt Chart Light Library components and present them within external Image elements. However, you can also save the image data …