C# 클래스 com.Sconit.Service.Report.RepTemplate1

상속: ReportBaseMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

보호된 프로퍼티들

프로퍼티 타입 설명
bottomRowCount int
columnCount int
headRowCount int
pageDetailRowCount int
resultCount int

공개 메소드들

메소드 설명
FillValues ( String templateFileName, IList list ) : bool

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PageCount ( int resultCount ) : int

메소드 상세

CopyCell() 보호된 메소드

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

CopyPage() 보호된 메소드

protected CopyPage ( int resultCount ) : int
resultCount int
리턴 int

FillValues() 공개 메소드

public FillValues ( String templateFileName, IList list ) : bool
templateFileName String
list IList
리턴 bool

FillValuesImpl() 보호된 추상적인 메소드

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

GetRowIndexAbsolute() 보호된 메소드

protected GetRowIndexAbsolute ( int pageIndex, int rowIndexRelative ) : int
pageIndex int
rowIndexRelative int
리턴 int

SetMergedRegion() 보호된 메소드

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

isLastPage() 보호된 메소드

protected isLastPage ( int rowTotal ) : bool
rowTotal int
리턴 bool

isPageBottom() 보호된 메소드

protected isPageBottom ( int rowIndex, int rowTotal ) : bool
rowIndex int
rowTotal int
리턴 bool

프로퍼티 상세

bottomRowCount 보호되어 있는 프로퍼티

protected int bottomRowCount
리턴 int

columnCount 보호되어 있는 프로퍼티

protected int columnCount
리턴 int

headRowCount 보호되어 있는 프로퍼티

protected int headRowCount
리턴 int

pageDetailRowCount 보호되어 있는 프로퍼티

protected int pageDetailRowCount
리턴 int

resultCount 보호되어 있는 프로퍼티

protected int resultCount
리턴 int