现在的位置: 首页 > 综合 > 正文

Say Goodbye To Learning How To Design Reports

2013年10月10日 ⁄ 综合 ⁄ 共 1974字 ⁄ 字号 评论关闭

http://www.windwardreports.com/overview.htm

Using Windward Reports, you design your own reports in Microsoft Word, a program you know well. No more waiting for development resources. No more back-and-forth endless iterations. Just design and run the perfect report on-the-fly, whenever you need it.

Get started with Windward Reports All your development team has to do is incorporate Windward Reports in to the company system. That’s it. The rest is up to you:

  1. Custom design your own report in Microsoft Word (or any word processing program).
  2. Place data where you want it. If you know how to input tags yourself, you can do it that way. Or, use our Word add-in AutoTag, which drops the right tags wherever you need them. AutoTag shows you the data it will use for any sample dataset you point to. Place tags anywhere in the document. Tags can loop through sets of data, import images or other templates, or even perform simple calculations such as a total of line items.
  3. Finished! When your design is complete, simply upload the template to the location set up by your development team. Your report is ready to run – exactly as you designed it. Just select the output format you want: PDF, RTF, HTML, WordML, SpreadsheetML, XLS or TXT.

With you in control of the report design process, reports take hours, not days to create.

Even though you’ll need to take a little time to set things up right, it’s easy to get started with Windward Reports. Here’s how:

  • Create an instance of a report object (in java or .NET), passing it the report template (an rtf or WordML file) as a stream.
  • Call the object once for each datasource. You can mix xml, sql, and your own custom datasources. Xml datasources are passed as a stream. Sql is passed as a set of connection parameters or a Connection object.
  • Call the object to format the final report and return a stream that is the final report. This final report can be in PDF, RTF, HTML, WordML, SpreadsheetML, XLS, or text.

For direct calls, the above steps are all calls directly into the Windward Reports.jar(java) or WindwardReports.dll(.NET) file. There is no server to be run.

For client/server calls, a server component must be running and the client calls to the server. Messages are passed between client and server over TCP/IP. The server API is public so the Windward Reports server can be called from programs written in any language.

抱歉!评论已关闭.