C# Class com.Sconit.Service.Report.Yfk.Impl.RepBarCodeA4Mgr

Inheritance: ReportBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
FillValues ( String templateFileName, IList list ) : bool
RepBarCodeA4Mgr ( String reportTemplateFolder, IHuMgr huMgr ) : System
SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value, int num ) : void

Protected Methods

Method Description
SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2, int num ) : void

Private Methods

Method Description
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

Method Details

FillValues() public method

public FillValues ( String templateFileName, IList list ) : bool
templateFileName String
list IList
return bool

RepBarCodeA4Mgr() public method

public RepBarCodeA4Mgr ( String reportTemplateFolder, IHuMgr huMgr ) : System
reportTemplateFolder String
huMgr IHuMgr
return System

SetMergedRegion() protected method

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
return void

SetRowCell() public method

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