reportLib.fillReport() 関数を使用すると、特定のデータ・ソースを使用してレポートに記録することができます。
reportLib.fillReport(
report Report in,
source DataSource in)
// an array of records, with data
myRecords customerRecord[];
eglReportData.data = myRecords;
以下の例は、SQL 文を使用してレポートに記録するコードを示しています。
reportLib.fillReport (eglReport, DataSource.sqlStatement);