C# Class CSReportDll.cReportFormula

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

Public Methods

Method Description
getCompiledScript ( ) : Assembly
getControlName ( ) : String
getFormulasInt ( ) : cReportFormulasInt
getHaveToEval ( ) : bool
getIdxGroup ( ) : int
getIdxGroup2 ( ) : int
getLastResult ( ) : object
getName ( ) : String
getNotSave ( ) : bool
getSectionLineIndex ( ) : int
getSectionName ( ) : String
getText ( ) : String
getTextC ( ) : String
getWhenEval ( ) : csRptWhenEval
setCompiledScript ( Assembly value ) : void
setControlName ( String rhs ) : void
setHaveToEval ( bool rhs ) : void
setIdxGroup ( int rhs ) : void
setIdxGroup2 ( int rhs ) : void
setLastResult ( object rhs ) : void
setName ( String rhs ) : void
setNotSave ( bool rhs ) : void
setSectionLineIndex ( int rhs ) : void
setSectionName ( String rhs ) : void
setText ( String rhs ) : void
setTextC ( String rhs ) : void
setWhenEval ( csRptWhenEval rhs ) : void

Private Methods

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

Method Details

getCompiledScript() public method

public getCompiledScript ( ) : Assembly
return System.Reflection.Assembly

getControlName() public method

public getControlName ( ) : String
return String

getFormulasInt() public method

public getFormulasInt ( ) : cReportFormulasInt
return cReportFormulasInt

getHaveToEval() public method

public getHaveToEval ( ) : bool
return bool

getIdxGroup() public method

public getIdxGroup ( ) : int
return int

getIdxGroup2() public method

public getIdxGroup2 ( ) : int
return int

getLastResult() public method

public getLastResult ( ) : object
return object

getName() public method

public getName ( ) : String
return String

getNotSave() public method

public getNotSave ( ) : bool
return bool

getSectionLineIndex() public method

public getSectionLineIndex ( ) : int
return int

getSectionName() public method

public getSectionName ( ) : String
return String

getText() public method

public getText ( ) : String
return String

getTextC() public method

public getTextC ( ) : String
return String

getWhenEval() public method

public getWhenEval ( ) : csRptWhenEval
return csRptWhenEval

setCompiledScript() public method

public setCompiledScript ( Assembly value ) : void
value System.Reflection.Assembly
return void

setControlName() public method

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

setHaveToEval() public method

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

setIdxGroup() public method

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

setIdxGroup2() public method

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

setLastResult() public method

public setLastResult ( object rhs ) : void
rhs object
return void

setName() public method

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

setNotSave() public method

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

setSectionLineIndex() public method

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

setSectionName() public method

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

setText() public method

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

setTextC() public method

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

setWhenEval() public method

public setWhenEval ( csRptWhenEval rhs ) : void
rhs csRptWhenEval
return void