Using Kugar shell for previewing reports

Using Kugar shell for previewing reports

The way to create and preview (print) 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 report. For example, to do this, in c or c++ languages call:

    system("kugar -r template_file.kut-d data_file.kud").
    

    Don't forget to include stdlib.h.

KDE Logo