C# Class CSReportDll.cReportFormula

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

Méthodes publiques

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

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

Method Details

getCompiledScript() public méthode

public getCompiledScript ( ) : Assembly
Résultat System.Reflection.Assembly

getControlName() public méthode

public getControlName ( ) : String
Résultat String

getFormulasInt() public méthode

public getFormulasInt ( ) : cReportFormulasInt
Résultat cReportFormulasInt

getHaveToEval() public méthode

public getHaveToEval ( ) : bool
Résultat bool

getIdxGroup() public méthode

public getIdxGroup ( ) : int
Résultat int

getIdxGroup2() public méthode

public getIdxGroup2 ( ) : int
Résultat int

getLastResult() public méthode

public getLastResult ( ) : object
Résultat object

getName() public méthode

public getName ( ) : String
Résultat String

getNotSave() public méthode

public getNotSave ( ) : bool
Résultat bool

getSectionLineIndex() public méthode

public getSectionLineIndex ( ) : int
Résultat int

getSectionName() public méthode

public getSectionName ( ) : String
Résultat String

getText() public méthode

public getText ( ) : String
Résultat String

getTextC() public méthode

public getTextC ( ) : String
Résultat String

getWhenEval() public méthode

public getWhenEval ( ) : csRptWhenEval
Résultat csRptWhenEval

setCompiledScript() public méthode

public setCompiledScript ( Assembly value ) : void
value System.Reflection.Assembly
Résultat void

setControlName() public méthode

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

setHaveToEval() public méthode

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

setIdxGroup() public méthode

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

setIdxGroup2() public méthode

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

setLastResult() public méthode

public setLastResult ( object rhs ) : void
rhs object
Résultat void

setName() public méthode

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

setNotSave() public méthode

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

setSectionLineIndex() public méthode

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

setSectionName() public méthode

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

setText() public méthode

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

setTextC() public méthode

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

setWhenEval() public méthode

public setWhenEval ( csRptWhenEval rhs ) : void
rhs csRptWhenEval
Résultat void