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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2, int num ) : void

Private Methods

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

public FillValues ( String templateFileName, IList list ) : bool
templateFileName String
list IList
Résultat bool

RepBarCodeA4Mgr() public méthode

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

SetMergedRegion() protected méthode

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
Résultat void

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