C# Class CSReportDll.cReportSectionLine

Inheritance: IDisposable, cIReportSection
Mostrar archivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
cReportSectionLine ( ) : System
getAspect ( ) : cReportAspect
getControls ( ) : cReportControls
getFormulaHide ( ) : cReportFormula
getHasFormulaHide ( ) : bool
getIdField ( ) : String
getIndex ( ) : int
getKey ( ) : String
getKeyPaint ( ) : String
getName ( ) : string
getRealIndex ( ) : int
getSectionName ( ) : String
getTypeSection ( ) : csRptSectionType
setAspect ( cReportAspect rhs ) : void
setControls ( cReportControls rhs ) : void
setCopyColl ( cReportControls2 rhs ) : void
setHasFormulaHide ( bool rhs ) : void
setIdField ( String rhs ) : void
setIndex ( int rhs ) : void
setKey ( String rhs ) : void
setKeyPaint ( String rhs ) : void
setName ( string name ) : void
setRealIndex ( int rhs ) : void
setSectionName ( String 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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

cReportSectionLine() public method

public cReportSectionLine ( ) : System
return System

getAspect() public method

public getAspect ( ) : cReportAspect
return cReportAspect

getControls() public method

public getControls ( ) : cReportControls
return cReportControls

getFormulaHide() public method

public getFormulaHide ( ) : cReportFormula
return cReportFormula

getHasFormulaHide() public method

public getHasFormulaHide ( ) : bool
return bool

getIdField() public method

public getIdField ( ) : String
return String

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

getSectionName() public method

public getSectionName ( ) : String
return String

getTypeSection() public method

public getTypeSection ( ) : csRptSectionType
return csRptSectionType

setAspect() public method

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

setControls() public method

public setControls ( cReportControls rhs ) : void
rhs cReportControls
return void

setCopyColl() public method

public setCopyColl ( cReportControls2 rhs ) : void
rhs cReportControls2
return void

setHasFormulaHide() public method

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

setIdField() public method

public setIdField ( String rhs ) : void
rhs String
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 name ) : void
name string
return void

setRealIndex() public method

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

setSectionName() public method

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

setTypeSection() public method

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