C# 클래스 com.Sconit.Service.Report.Yfk.Impl.RepInsideBarCodeA4Mgr

상속: ReportBaseMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
CopyPageValues ( int pageIndex ) : void
RepInsideBarCodeA4Mgr ( String reportTemplateFolder, IHuMgr huMgr ) : System
SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value, int num ) : void

비공개 메소드들

메소드 설명
FillValues ( String templateFileName, IList list ) : bool
getColumnIndex ( int cellIndex, int num ) : int
getRowIndex ( int rowIndexRelative, int num ) : int
writeContent ( string userName, int pageIndex, int num, com.Sconit.Entity.MasterData.Hu hu ) : void

메소드 상세

CopyPageValues() 공개 메소드

public CopyPageValues ( int pageIndex ) : void
pageIndex int
리턴 void

RepInsideBarCodeA4Mgr() 공개 메소드

public RepInsideBarCodeA4Mgr ( String reportTemplateFolder, IHuMgr huMgr ) : System
reportTemplateFolder String
huMgr IHuMgr
리턴 System

SetRowCell() 공개 메소드

public SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value, int num ) : void
pageIndex int
rowIndexRelative int
cellIndex int
value String
num int
리턴 void