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

Inheritance: ReportBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CopyPageValues ( int pageIndex ) : void
pageIndex int
Résultat void

RepInsideBarCodeA4Mgr() public méthode

public RepInsideBarCodeA4Mgr ( String reportTemplateFolder, IHuMgr huMgr ) : System
reportTemplateFolder String
huMgr IHuMgr
Résultat System

SetRowCell() public méthode

public SetRowCell ( int pageIndex, int rowIndexRelative, int cellIndex, String value, int num ) : void
pageIndex int
rowIndexRelative int
cellIndex int
value String
num int
Résultat void