Using Kugar shell for previewing reports
Prev
Next

Using Kugar shell for previewing reports

The way to create and preview (print) a report is:

  1. Create a report template file with Kugar Report Designer

  2. Create a data file with column values for detail bands of the report. Use KugarData DTD to produce correct data files.

  3. Run Kugar shell to preview and print a report. For example, to do this, in C or C++ languages call:

    system("kugar -r template_file.ktf-d data_file.kdf").
    

    Don't forget to include stdlib.h.

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team