![]()
|
WDReportCom Overview
WDReportCom is a solution for Microsoft ® Word ® 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 WDReportCom into their applications. WDReportCom 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 Word document that defines the layouts and formats of a report. WDReportCom retrieves data from data source and fills data into Word documents. WDReportCom.dllWDReportCom.dll is an ActiveX DLL that provides WDReport object. You can write a program to work with the object. To create a report using WDReport object, 1. Create a template In Microsoft Word, create a report template file. Static values and any Word features included in the template will be included in the generated report. 2. Write the code in your application. For example,
WordReport.exeWordReport.exe is an executable program that developed using WDReportCom.dll. It likes WDReportGen command line and can read a WRF file to create a Word report. To create a report using WordReport.exe, 1. Create a template In Microsoft Word, create a report template file. Static values and any Word features included in the template will be included in the generated report. 2. Create a WRF file Create a WRF file using WDReportGen or a text editor. The WRF file is a text file with a .wrf extension. It tells WDReportCom how to get data from data sources and how to put data into a report. Using the WRF file, it will simplify your development. 3. Run WordReport.exe to generate the report. For example,
Wordreport c:\report\custlist.wrf Software Requirements
|
Copyright © 2004 - 2007 LJZsoft Corporation. All rights reserved.