The way to create and preview (print) a report is:
Create a report template file with Kugar Report Designer
Create a data file with column values for detail bands of the report. Use KugarData DTD to produce correct data files.
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
.
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team