SMART datagrid v.1 > Reporting > Classes
The object which contains default settings related to the printing such as print paper size or preview HTML location when run the reporting.
You do not need to directly create this object. It will be transferred to the parameter when call DLReport.preview.
var report = {
};
var reportData = [
];
var options = {
};
DLReport.preview(grdMain, report, reportData, options, true);