SMART datagrid v.1 > Reporting > Classes

Back  Forward

DLReport.PrintOptions  class

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

Base Classes
DLBase
Properties
debugPrint
htmlDpi
imageLoadTime
paperHeight
paperMarginBottom
paperMarginLeft
paperMarginRight
paperMarginTop
paperOrientation
paperWidth
previewHeight
previewTitle
previewUrl
previewWidth
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

Code -1
    var report = {
    };
    var reportData = [
    ];
    var options = {
    };
    DLReport.preview(grdMain, report, reportData, options, true);
See Also
preview
Print Dimension
Examples
Hello Report