Quick Report For Delphi Xe2 Professionalism

Hello i change from Delphi 2007 to Delphi XE.installed successful Quickreport for XE and now i want to use my printed Chart with TChart & Quickreport.every time is a little tricki, First Question, i only use the TeeChart for Quickreport.where did i found the necessary Package for compile? I saw you have a Tee9QR5C14.zio for the C developer, did you have a zip file with the necessary files for delphi XE? Second Question: is imperative to update to TChart 2010? Again, i only use the TChArt for Quickreport.

Quickreport 5.05.1 for Delphi XE2 Win32 released. V5.05 for Delphi XE 32 now available.www.quickreport.co.ukQuickReport Pro 5.0 Download (Free) - Report.exeQuickReport Pro 5.0 Free.

Subhash eDocEngine has 'report-export interface components' for providing multiple output format support for Delphi reporting tools. For Quickreport, eDocEngine has the TgtQRExportInterface interface component.

You can either let the end-user of the Quickreport application to choose the output provided by eDocEngine in an interactive report 'Save' dialog box or you could export the report programmatically in Object Pascal. On an application built with Quickreport, an instance of this interface component needs to be paired up with an eDocEngine document-creation engine component. For example, to output a Quickreport report to a PDF document, a TgtQRExportInterface instance needs to be paired with a TgtPDFEngine instance on the same form as a Quickreport report component.

Interactive Quickreport Report Export • Open your IDE and create a new VCL Forms Application project. • Drop the following components on the form.

• TButton • TADODataSet • TQRPQuickrep • TgtExcelEngine • TgtPDFEngine • TgtQRExportInterface (2 numbers) • Select the TButton and set its Caption property to ' Launch Report'. • Select the TADODataSet control and set the following properties • ConnectionString - Use the wizard to connect to an ADO datasource such as a Microsoft Access database. (I have used the that ships with MS Access.) • CommandText - Enter a valid SQL query that returns some records from the database. (I have used select FirstName, LastName, Address, City, Region, Country from Employees.) • Active - Set to true • Select the TQRPQuickrep control and set the following properties. • DataSet: Set to the TADODataSet control. • Bands » HasDetail: Set to True. • Units: Set to MM.

• Page » Papersize: Set to Custom. • Page » Length: Set to 100 mm. • Page » Width: Set to 160 mm. • Click on the Detail band of the report and drop a TQRDBText on to it. • Set its DataSet property to the TADODataSet control. Download n gage installer for nokia n96. • Set its DataField property to one of the fields returned by the SQL query. • Set its font properties if required.

• Drop more TQRDBText controls on the form and set them to other fields retrieved by the SQL query. Rearrange them appropriately. • Select the TADODataSet control and ensure that its Active property is still set to true. • Select a TgtQRExportInterface control and set its Engine property to the TgtExcelEngine control. • Select the other TgtQRExportInterface control and set its Engine property to TgtPDFEngine. Programmatic Quickreport Export You can make eDocEngine run the report and export the output using a TgtQRExportInterface.RenderDocument() overload.