|
|
|
|
|
- Example: Printing a report with parameters
- Example: Printing a report in an HTML file
Example: Printing a report with parameters The following example is used to pass parameters to a report and to print this report. // Print the report card for the student named Doe for the year 2000 iPrintReport(RPT_SchoolReportCard, "Doe", "2000")
// -- Report code // Retrieve the parameters passed to the report and // pass the default parameters for the report test PROCEDURE RPT_SchoolReportCard(Name="Aaron", Year=1999)
Example: Printing a report in an HTML file
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|