SMART datagrid v.1 > Reporting > Classes
Report Model.
It contains all settings for the reporting such as band objects and global styles which make up the report.
You do not need to directly create this object. If you transfer setting object for this model when calling DLReport.preview, the object will be created internally.
var report = { // GridReport
};
var data = [ // ReportData array
];
var options = { // PrintOptions
};
DLReport.preview(grid, report, data, options, true);