SMART datagrid v1.4 > Reporting > Classes > GridReport

Back  Forward

DLReport.GridReport.grid  property

리포트에 연결된 그리드 출력과 관련된 설정 정보. 

그리드 구성 요소 설정과 PrintGrid 설정을 할 수 있다. 

Getter
function grid(): Object
Setter
function setGrid(value: Object)
Code -1
    var report = {
        grid: {
            display: {
                fitStyle: "even",
                checkDataInited: true
            },
            styles: {
                header: {
                    background: "#f0f0f0",
                    borderTop: "#ddd"
                }
            },
            // PrintGrid
            print: {
                pageColumns : 2,
                pageColumnLayout : DLReport.PageColumnLayout.ACROSS_THEN_DOWN
            }
        },
        ...
    };
See Also
PrintGrid
page
report
GridReport.printGrid
GridView
Examples
ReportTwoColumns
ReportCardLayout
ReportGroupFooterChart
리포트 시작하기