Reporting Tool

  • Thread starter Thread starter S Shulman
  • Start date Start date
S

S Shulman

Hi

I am looking for a reporting tool that has much of the functionality offerd
by Microsoft Word.

The features I need is tables, headers, footers, table of contents, and page
orientation

All these functions must be accessed only via API so it will be completely
automated by the program

Thank you in advance,
Shmuel Shulman
SBS Technologies LTD
 
Hi,

You can use wordml to create an xml word document and transform
it to a rtf file.

http://msdn.microsoft.com/library/d...n-us/odc_wd2003_ta/html/odc_wd_vbnettortf.asp

http://msdn.microsoft.com/library/d...WordXMLCDK/html/WelcomeWordCDK_HV01147170.asp

Ken
--------------------
Hi

I am looking for a reporting tool that has much of the functionality offerd
by Microsoft Word.

The features I need is tables, headers, footers, table of contents, and page
orientation

All these functions must be accessed only via API so it will be completely
automated by the program

Thank you in advance,
Shmuel Shulman
SBS Technologies LTD
 
Back
Top