C# Class CSReportDll.cReportSection

Inheritance: IDisposable, cIReportSection
ファイルを表示 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
releaseReferences ( ) : void
save ( CSXml xDoc, XmlNode nodeFather ) : bool
setCopyColl ( cReportControls2 rhs ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

cReportSection() public method

public cReportSection ( ) : System
return System

getAspect() public method

public getAspect ( ) : cReportAspect
return cReportAspect

getFormulaHide() public method

public getFormulaHide ( ) : cReportFormula
return cReportFormula

getHasFormulaHide() public method

public getHasFormulaHide ( ) : bool
return bool

getIndex() public method

public getIndex ( ) : int
return int

getKey() public method

public getKey ( ) : String
return String

getKeyPaint() public method

public getKeyPaint ( ) : String
return String

getName() public method

public getName ( ) : String
return String

getRealIndex() public method

public getRealIndex ( ) : int
return int

getSectionLines() public method

public getSectionLines ( ) : cReportSectionLines
return cReportSectionLines

getTypeSection() public method

public getTypeSection ( ) : csRptSectionType
return csRptSectionType

setAspect() public method

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
return void

setHasFormulaHide() public method

public setHasFormulaHide ( bool rhs ) : void
rhs bool
return void

setIndex() public method

public setIndex ( int rhs ) : void
rhs int
return void

setKey() public method

public setKey ( String rhs ) : void
rhs String
return void

setKeyPaint() public method

public setKeyPaint ( String rhs ) : void
rhs String
return void

setName() public method

public setName ( String rhs ) : void
rhs String
return void

setRealIndex() public method

public setRealIndex ( int rhs ) : void
rhs int
return void

setSectionLines() public method

public setSectionLines ( cReportSectionLines rhs ) : void
rhs cReportSectionLines
return void

setTypeSection() public method

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
return void