C# 클래스 CSReportDll.cReportSection

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

공개 메소드들

메소드 설명
Dispose ( ) : void
cReportSection ( ) : System
getAspect ( ) : cReportAspect
getFormulaHide ( ) : cReportFormula
getHasFormulaHide ( ) : bool
getIndex ( ) : int
getKey ( ) : String
getKeyPaint ( ) : String
getName ( ) : String
getRealIndex ( ) : int
getSectionLines ( ) : cReportSectionLines
getTypeSection ( ) : csRptSectionType
setAspect ( cReportAspect rhs ) : void
setHasFormulaHide ( bool rhs ) : void
setIndex ( int rhs ) : void
setKey ( String rhs ) : void
setKeyPaint ( String rhs ) : void
setName ( String rhs ) : void
setRealIndex ( int rhs ) : void
setSectionLines ( cReportSectionLines rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
load ( CSXml xDoc, XmlNode nodeObj ) : bool
releaseReferences ( ) : void
save ( CSXml xDoc, XmlNode nodeFather ) : bool
setCopyColl ( cReportControls2 rhs ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

cReportSection() 공개 메소드

public cReportSection ( ) : System
리턴 System

getAspect() 공개 메소드

public getAspect ( ) : cReportAspect
리턴 cReportAspect

getFormulaHide() 공개 메소드

public getFormulaHide ( ) : cReportFormula
리턴 cReportFormula

getHasFormulaHide() 공개 메소드

public getHasFormulaHide ( ) : bool
리턴 bool

getIndex() 공개 메소드

public getIndex ( ) : int
리턴 int

getKey() 공개 메소드

public getKey ( ) : String
리턴 String

getKeyPaint() 공개 메소드

public getKeyPaint ( ) : String
리턴 String

getName() 공개 메소드

public getName ( ) : String
리턴 String

getRealIndex() 공개 메소드

public getRealIndex ( ) : int
리턴 int

getSectionLines() 공개 메소드

public getSectionLines ( ) : cReportSectionLines
리턴 cReportSectionLines

getTypeSection() 공개 메소드

public getTypeSection ( ) : csRptSectionType
리턴 csRptSectionType

setAspect() 공개 메소드

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
리턴 void

setHasFormulaHide() 공개 메소드

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

setIndex() 공개 메소드

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

setKey() 공개 메소드

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

setKeyPaint() 공개 메소드

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

setName() 공개 메소드

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

setRealIndex() 공개 메소드

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

setSectionLines() 공개 메소드

public setSectionLines ( cReportSectionLines rhs ) : void
rhs cReportSectionLines
리턴 void

setTypeSection() 공개 메소드

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
리턴 void