C# Class com.Sconit.Service.Report.RepTemplate1

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

Protected Properties

Свойство Type Description
bottomRowCount int
columnCount int
headRowCount int
pageDetailRowCount int
resultCount int

Méthodes publiques

Méthode Description
FillValues ( String templateFileName, IList list ) : bool

Méthodes protégées

Méthode Description
CopyCell ( int pageIndex, int rowIndexRelative, int cellIndex, string formula ) : void
CopyPage ( int resultCount ) : int
FillValuesImpl ( String templateFileName, IList list ) : bool
GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int
SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2 ) : void
isLastPage ( int rowTotal ) : bool
isPageBottom ( int rowIndex, int rowTotal ) : bool

Private Methods

Méthode Description
PageCount ( int resultCount ) : int

Method Details

CopyCell() protected méthode

protected CopyCell ( int pageIndex, int rowIndexRelative, int cellIndex, string formula ) : void
pageIndex int
rowIndexRelative int
cellIndex int
formula string
Résultat void

CopyPage() protected méthode

protected CopyPage ( int resultCount ) : int
resultCount int
Résultat int

FillValues() public méthode

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

FillValuesImpl() protected abstract méthode

protected abstract FillValuesImpl ( String templateFileName, IList list ) : bool
templateFileName String
list IList
Résultat bool

GetRowIndexAbsolute() protected méthode

protected GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int
pageIndex int
rowIndexRelative int
Résultat int

SetMergedRegion() protected méthode

protected SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2 ) : void
pageIndex int
row1 int
column1 int
row2 int
colunm2 int
Résultat void

isLastPage() protected méthode

protected isLastPage ( int rowTotal ) : bool
rowTotal int
Résultat bool

isPageBottom() protected méthode

protected isPageBottom ( int rowIndex, int rowTotal ) : bool
rowIndex int
rowTotal int
Résultat bool

Property Details

bottomRowCount protected_oe property

protected int bottomRowCount
Résultat int

columnCount protected_oe property

protected int columnCount
Résultat int

headRowCount protected_oe property

protected int headRowCount
Résultat int

pageDetailRowCount protected_oe property

protected int pageDetailRowCount
Résultat int

resultCount protected_oe property

protected int resultCount
Résultat int