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

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

공개 메소드들

메소드 설명
FillValues ( String templateFileName, IList list ) : bool
RepBarCodeA4Mgr ( String reportTemplateFolder, IHuMgr huMgr ) : System
SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value, int num ) : void

보호된 메소드들

메소드 설명
SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2, int num ) : void

비공개 메소드들

메소드 설명
CopyPageValues ( int pageIndex ) : void
getColumnIndex ( int cellIndex, int num ) : int
getRowIndex ( int rowIndexRelative, int num ) : int
writeContent ( string companyCode, string userName, int pageIndex, int num, com.Sconit.Entity.MasterData.Hu hu ) : void

메소드 상세

FillValues() 공개 메소드

public FillValues ( String templateFileName, IList list ) : bool
templateFileName String
list IList
리턴 bool

RepBarCodeA4Mgr() 공개 메소드

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

SetMergedRegion() 보호된 메소드

protected SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2, int num ) : void
pageIndex int
row1 int
column1 int
row2 int
colunm2 int
num int
리턴 void

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