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

Inheritance: ReportBaseMgr
Mostra file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
bottomRowCount int
columnCount int
headRowCount int
pageDetailRowCount int
resultCount int

Public Methods

Method Description
FillValues ( String templateFileName, IList list ) : bool

Protected Methods

Method 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

Method Description
PageCount ( int resultCount ) : int

Method Details

CopyCell() protected method

protected CopyCell ( int pageIndex, int rowIndexRelative, int cellIndex, string formula ) : void
pageIndex int
rowIndexRelative int
cellIndex int
formula string
return void

CopyPage() protected method

protected CopyPage ( int resultCount ) : int
resultCount int
return int

FillValues() public method

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

FillValuesImpl() protected abstract method

protected abstract FillValuesImpl ( String templateFileName, IList list ) : bool
templateFileName String
list IList
return bool

GetRowIndexAbsolute() protected method

protected GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int
pageIndex int
rowIndexRelative int
return int

SetMergedRegion() protected method

protected SetMergedRegion ( int pageIndex, int row1, int column1, int row2, int colunm2 ) : void
pageIndex int
row1 int
column1 int
row2 int
colunm2 int
return void

isLastPage() protected method

protected isLastPage ( int rowTotal ) : bool
rowTotal int
return bool

isPageBottom() protected method

protected isPageBottom ( int rowIndex, int rowTotal ) : bool
rowIndex int
rowTotal int
return bool

Property Details

bottomRowCount protected_oe property

protected int bottomRowCount
return int

columnCount protected_oe property

protected int columnCount
return int

headRowCount protected_oe property

protected int headRowCount
return int

pageDetailRowCount protected_oe property

protected int pageDetailRowCount
return int

resultCount protected_oe property

protected int resultCount
return int