Devexpress grid export pdf

broken image

Drop the following components on the form.Open your IDE and create a VCL Forms Application project.

broken image

For example, to export the print output of a string grid to a PDF document, a TgtXPressPrntInterface instance needs to be paired with a TgtPDFEngine instance on the same form as a TdxComponentPrinter. To make it work on an application built with ExpressPrinting System, an instance of this interface component needs to be paired up with an eDocEngine document-creation engine component. For this purpose, eDocEngine provides the TgtXPressPrntInterface interface component. The ExpressPrinting System from DevExpress allows you to output the contents of several VCL controls to paper with a great degree of control over print attributes such as font, color, headers, and footers.ĮDocEngine can leverage the capabilities of ExpressPrinting System to export the contents of VCL to formats such as PDF, RTF, EMF, BMP, JPEG, etc.

broken image