C# Class CSReportDll.cReportControl

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method 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

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

cReportControl() public method

public cReportControl ( ) : System
return System

getChart() public method

public getChart ( ) : cReportChart
return cReportChart

getControlType() public method

public getControlType ( ) : csRptControlType
return csRptControlType

getExportColIdx() public method

public getExportColIdx ( ) : int
return int

getField() public method

public getField ( ) : cReportField
return cReportField

getFormulaHide() public method

public getFormulaHide ( ) : cReportFormula
return cReportFormula

getFormulaValue() public method

public getFormulaValue ( ) : cReportFormula
return cReportFormula

getHasFormulaHide() public method

public getHasFormulaHide ( ) : bool
return bool

getHasFormulaValue() public method

public getHasFormulaValue ( ) : bool
return bool

getImage() public method

public getImage ( ) : cReportImage
return cReportImage

getIsFreeCtrl() public method

public getIsFreeCtrl ( ) : bool
return bool

getKey() public method

public getKey ( ) : String
return String

getKeyPaint() public method

public getKeyPaint ( ) : String
return String

getLabel() public method

public getLabel ( ) : cReportLabel
return cReportLabel

getLine() public method

public getLine ( ) : cReportLine
return cReportLine

getName() public method

public getName ( ) : String
return String

getSectionLine() public method

public getSectionLine ( ) : cReportSectionLine
return cReportSectionLine

getTag() public method

public getTag ( ) : String
return String

getTypeSection() public method

public getTypeSection ( ) : csRptSectionType
return csRptSectionType

setControlType() public method

public setControlType ( csRptControlType rhs ) : void
rhs csRptControlType
return void

setExportColIdx() public method

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

setField() public method

public setField ( cReportField rhs ) : void
rhs cReportField
return void

setHasFormulaHide() public method

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

setHasFormulaValue() public method

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

setImage() public method

public setImage ( cReportImage rhs ) : void
rhs cReportImage
return void

setIsFreeCtrl() public method

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

setLabel() public method

public setLabel ( cReportLabel rhs ) : void
rhs cReportLabel
return void

setLine() public method

public setLine ( cReportLine rhs ) : void
rhs cReportLine
return void

setName() public method

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

setSectionLine() public method

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
return void

setTag() public method

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

setTypeSection() public method

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