C# 클래스 CSReportDll.cReportGroup

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
fixName ( ) : void
getComparisonType ( ) : csRptGrpComparisonType
getFieldName ( ) : String
getFooter ( ) : cReportSection
getGrandTotalGroup ( ) : bool
getHeader ( ) : cReportSection
getIndex ( ) : int
getKey ( ) : String
getName ( ) : String
getOderType ( ) : csRptGrpOrderType
getPrintInNewPage ( ) : bool
getRePrintInNewPage ( ) : bool
setComparisonType ( csRptGrpComparisonType rhs ) : void
setFieldName ( String rhs ) : void
setFooter ( cReportSection rhs ) : void
setGrandTotalGroup ( bool rhs ) : void
setHeader ( cReportSection rhs ) : void
setIndex ( int rhs ) : void
setKey ( String rhs ) : void
setName ( String rhs ) : void
setOderType ( csRptGrpOrderType rhs ) : void
setPrintInNewPage ( bool rhs ) : void
setRePrintInNewPage ( bool rhs ) : void

비공개 메소드들

메소드 설명
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

메소드 상세

fixName() 공개 메소드

public fixName ( ) : void
리턴 void

getComparisonType() 공개 메소드

public getComparisonType ( ) : csRptGrpComparisonType
리턴 csRptGrpComparisonType

getFieldName() 공개 메소드

public getFieldName ( ) : String
리턴 String

getFooter() 공개 메소드

public getFooter ( ) : cReportSection
리턴 cReportSection

getGrandTotalGroup() 공개 메소드

public getGrandTotalGroup ( ) : bool
리턴 bool

getHeader() 공개 메소드

public getHeader ( ) : cReportSection
리턴 cReportSection

getIndex() 공개 메소드

public getIndex ( ) : int
리턴 int

getKey() 공개 메소드

public getKey ( ) : String
리턴 String

getName() 공개 메소드

public getName ( ) : String
리턴 String

getOderType() 공개 메소드

public getOderType ( ) : csRptGrpOrderType
리턴 csRptGrpOrderType

getPrintInNewPage() 공개 메소드

public getPrintInNewPage ( ) : bool
리턴 bool

getRePrintInNewPage() 공개 메소드

public getRePrintInNewPage ( ) : bool
리턴 bool

setComparisonType() 공개 메소드

public setComparisonType ( csRptGrpComparisonType rhs ) : void
rhs csRptGrpComparisonType
리턴 void

setFieldName() 공개 메소드

public setFieldName ( String rhs ) : void
rhs String
리턴 void

setFooter() 공개 메소드

public setFooter ( cReportSection rhs ) : void
rhs cReportSection
리턴 void

setGrandTotalGroup() 공개 메소드

public setGrandTotalGroup ( bool rhs ) : void
rhs bool
리턴 void

setHeader() 공개 메소드

public setHeader ( cReportSection rhs ) : void
rhs cReportSection
리턴 void

setIndex() 공개 메소드

public setIndex ( int rhs ) : void
rhs int
리턴 void

setKey() 공개 메소드

public setKey ( String rhs ) : void
rhs String
리턴 void

setName() 공개 메소드

public setName ( String rhs ) : void
rhs String
리턴 void

setOderType() 공개 메소드

public setOderType ( csRptGrpOrderType rhs ) : void
rhs csRptGrpOrderType
리턴 void

setPrintInNewPage() 공개 메소드

public setPrintInNewPage ( bool rhs ) : void
rhs bool
리턴 void

setRePrintInNewPage() 공개 메소드

public setRePrintInNewPage ( bool rhs ) : void
rhs bool
리턴 void