SMART datagrid v1.4 > Reporting > Classes

Back  Forward

DLReport.PrintOptions  class

그리드 리포팅을 실행할 때 출력 종이의 크기나 미리보기 Html의 위치 등, 프린팅과 관련된 기본 설정들을 포함하는 객체. 

이 객체를 직접 생성할 일은 없다. 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
리포트 시작하기