C# Class CSReportDll.cReportSection

Inheritance: IDisposable, cIReportSection
Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

cReportSection() public méthode

public cReportSection ( ) : System
Résultat System

getAspect() public méthode

public getAspect ( ) : cReportAspect
Résultat cReportAspect

getFormulaHide() public méthode

public getFormulaHide ( ) : cReportFormula
Résultat cReportFormula

getHasFormulaHide() public méthode

public getHasFormulaHide ( ) : bool
Résultat bool

getIndex() public méthode

public getIndex ( ) : int
Résultat int

getKey() public méthode

public getKey ( ) : String
Résultat String

getKeyPaint() public méthode

public getKeyPaint ( ) : String
Résultat String

getName() public méthode

public getName ( ) : String
Résultat String

getRealIndex() public méthode

public getRealIndex ( ) : int
Résultat int

getSectionLines() public méthode

public getSectionLines ( ) : cReportSectionLines
Résultat cReportSectionLines

getTypeSection() public méthode

public getTypeSection ( ) : csRptSectionType
Résultat csRptSectionType

setAspect() public méthode

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
Résultat void

setHasFormulaHide() public méthode

public setHasFormulaHide ( bool rhs ) : void
rhs bool
Résultat void

setIndex() public méthode

public setIndex ( int rhs ) : void
rhs int
Résultat void

setKey() public méthode

public setKey ( String rhs ) : void
rhs String
Résultat void

setKeyPaint() public méthode

public setKeyPaint ( String rhs ) : void
rhs String
Résultat void

setName() public méthode

public setName ( String rhs ) : void
rhs String
Résultat void

setRealIndex() public méthode

public setRealIndex ( int rhs ) : void
rhs int
Résultat void

setSectionLines() public méthode

public setSectionLines ( cReportSectionLines rhs ) : void
rhs cReportSectionLines
Résultat void

setTypeSection() public méthode

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
Résultat void