C# Class CSReportDll.cReportControl

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
cReportControl ( ) : System
getChart ( ) : cReportChart
getControlType ( ) : csRptControlType
getExportColIdx ( ) : int
getField ( ) : cReportField
getFormulaHide ( ) : cReportFormula
getFormulaValue ( ) : cReportFormula
getHasFormulaHide ( ) : bool
getHasFormulaValue ( ) : bool
getImage ( ) : cReportImage
getIsFreeCtrl ( ) : bool
getKey ( ) : String
getKeyPaint ( ) : String
getLabel ( ) : cReportLabel
getLine ( ) : cReportLine
getName ( ) : String
getSectionLine ( ) : cReportSectionLine
getTag ( ) : String
getTypeSection ( ) : csRptSectionType
setControlType ( csRptControlType rhs ) : void
setExportColIdx ( int rhs ) : void
setField ( cReportField rhs ) : void
setHasFormulaHide ( bool rhs ) : void
setHasFormulaValue ( bool rhs ) : void
setImage ( cReportImage rhs ) : void
setIsFreeCtrl ( bool rhs ) : void
setKey ( String rhs ) : void
setKeyPaint ( String rhs ) : void
setLabel ( cReportLabel rhs ) : void
setLine ( cReportLine rhs ) : void
setName ( String rhs ) : void
setSectionLine ( cReportSectionLine rhs ) : void
setTag ( String rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void

Private Methods

Méthode Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

cReportControl() public méthode

public cReportControl ( ) : System
Résultat System

getChart() public méthode

public getChart ( ) : cReportChart
Résultat cReportChart

getControlType() public méthode

public getControlType ( ) : csRptControlType
Résultat csRptControlType

getExportColIdx() public méthode

public getExportColIdx ( ) : int
Résultat int

getField() public méthode

public getField ( ) : cReportField
Résultat cReportField

getFormulaHide() public méthode

public getFormulaHide ( ) : cReportFormula
Résultat cReportFormula

getFormulaValue() public méthode

public getFormulaValue ( ) : cReportFormula
Résultat cReportFormula

getHasFormulaHide() public méthode

public getHasFormulaHide ( ) : bool
Résultat bool

getHasFormulaValue() public méthode

public getHasFormulaValue ( ) : bool
Résultat bool

getImage() public méthode

public getImage ( ) : cReportImage
Résultat cReportImage

getIsFreeCtrl() public méthode

public getIsFreeCtrl ( ) : bool
Résultat bool

getKey() public méthode

public getKey ( ) : String
Résultat String

getKeyPaint() public méthode

public getKeyPaint ( ) : String
Résultat String

getLabel() public méthode

public getLabel ( ) : cReportLabel
Résultat cReportLabel

getLine() public méthode

public getLine ( ) : cReportLine
Résultat cReportLine

getName() public méthode

public getName ( ) : String
Résultat String

getSectionLine() public méthode

public getSectionLine ( ) : cReportSectionLine
Résultat cReportSectionLine

getTag() public méthode

public getTag ( ) : String
Résultat String

getTypeSection() public méthode

public getTypeSection ( ) : csRptSectionType
Résultat csRptSectionType

setControlType() public méthode

public setControlType ( csRptControlType rhs ) : void
rhs csRptControlType
Résultat void

setExportColIdx() public méthode

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

setField() public méthode

public setField ( cReportField rhs ) : void
rhs cReportField
Résultat void

setHasFormulaHide() public méthode

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

setHasFormulaValue() public méthode

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

setImage() public méthode

public setImage ( cReportImage rhs ) : void
rhs cReportImage
Résultat void

setIsFreeCtrl() public méthode

public setIsFreeCtrl ( bool rhs ) : void
rhs bool
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

setLabel() public méthode

public setLabel ( cReportLabel rhs ) : void
rhs cReportLabel
Résultat void

setLine() public méthode

public setLine ( cReportLine rhs ) : void
rhs cReportLine
Résultat void

setName() public méthode

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

setSectionLine() public méthode

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
Résultat void

setTag() public méthode

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

setTypeSection() public méthode

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