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

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

Public Methods

Method Description
CopyPageValues ( int pageIndex ) : void
RepInsideBarCodeA4Mgr ( String reportTemplateFolder, IHuMgr huMgr ) : System
SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value, int num ) : void

Private Methods

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

Method Details

CopyPageValues() public method

public CopyPageValues ( int pageIndex ) : void
pageIndex int
return void

RepInsideBarCodeA4Mgr() public method

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

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