![]()
|
PTReportCom Introduction
OverviewPTReportCom is a solution for Microsoft ® PowerPoint ® reporting. It includes an ActiveX component and an executable file that can be used to develop your applications. Developers can save time and meet their users needs by integrating the report processing power of PTReportCom into their applications. PTReportCom is a template-based solution. To create a report, you need to create a report template file first. The report template file is a Microsoft PowerPoint presentation that defines the layouts and formats of a report. PTReportCom retrieves data from data source and fills data into PowerPoint presentation. PTReportCom.dllPTReportCom.dll is an ActiveX DLL that provides PTReport object. You can write a program to work with the object. To create a report using PTReport object, 1. Create a template In Microsoft PowerPoint, create a report template file. Static values and any PowerPoint features included in the template will be included in the generated report. 2. Write the code in your application. For example,
PPTReport.exePPTReport.exe is an executable program that developed using PTReportCom.dll. It likes PTReportGen command line and can read a PTR file to create an PowerPoint report. To create a report using PPTReport.exe, 1. Create a template In Microsoft PowerPoint, create a report template file. Static values and any PowerPoint features included in the template will be included in the generated report. 2. Create a PTR file Create a PTR file using PTReportGen or a text editor. The PTR file is a text file with a .ptr extension. It tells PTReportCom how to get data from data sources and how to put data into a report. Using the PTR file, it will simplify your development. 3. Run PPTReport.exe to generate the report. For example,
pptreport c:\report\custlist.ptr Software Requirements
|
Copyright © 2007 LJZsoft Corporation. All rights reserved.