SMART datagrid v1.4 > Reporting > Classes

Back  Forward

DLReport.GridReport  class

리포트 모델. 

리포트를 구성하는 밴드 객체들과 전역 스타일 등, 리포팅을 위한 모든 설정들이 포함된다. 

이 객체를 직접 생성할 일은 거의 없다. DLReport.preview 호출 시 이 모델을 위한 설정 객체를 전달하면, 내부적으로 객체가 생성된다. 

Base Classes
DLBase
Properties
bands
grid
page
pageFooter
pageHeader
pageTitle
printGrid
report
reportFooter
reportHeader
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

Code -1
    var report = {  // GridReport
    };
    var data = [    // ReportData array
    ];
    var options = { // PrintOptions
    };
    DLReport.preview(grid, report, data, options, true);
See Also
preview
ReportData
PrintOptions
Examples
리포트 시작하기