오즈 동적 로우 테두리 설정This.SetLeftBorderThickness(2);var idx = This.GetDataSetRowIndex();var cnt = This.GetDataSetCNT();if(idx == cnt){ This.SetBottomBorderThickness(2);} 동적로우 더미풋터 반복 횟수 구하기if(GetDataSetRowCount("SQL_Ship_Cell_Stock")%12 != 0){var repeat = 12-(GetDataSetRowCount("SQL_Ship_Cell_Stock")%12);This.SetRepeatNumber(repeat);} else if (GetDataSetRowCount("SQL_Ship_Cell_Stock")%12 == 0) {This.S..