C# Class CSReportEditor.fFormula

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

Méthodes publiques

Méthode Description
addDBField ( string str, string str2 ) : void
addFormula ( csRptFormulaType csRptFormulaType, string str, string str2, string str3, int i ) : void
addLabel ( string str ) : void
center ( ) : void
createTree ( ) : void
expandTree ( ) : void
fFormula ( ) : System
getFormula ( ) : string
getOk ( ) : bool
setFormula ( string formula ) : void
setHandler ( cEditor editor ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

addAux ( String name, String descrip, String key, int image ) : void
addLabel ( ) : void
cmd_apply_Click ( object sender, EventArgs e ) : void
cmd_cancel_Click ( object sender, EventArgs e ) : void
fFormula_Load ( object sender, EventArgs e ) : void
isDbOrLabel ( string info ) : bool
tv_formulas_KeyUp ( object sender, KeyEventArgs e ) : void
tv_formulas_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
tv_formulas_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

addDBField() public méthode

public addDBField ( string str, string str2 ) : void
str string
str2 string
Résultat void

addFormula() public méthode

public addFormula ( csRptFormulaType csRptFormulaType, string str, string str2, string str3, int i ) : void
csRptFormulaType csRptFormulaType
str string
str2 string
str3 string
i int
Résultat void

addLabel() public méthode

public addLabel ( string str ) : void
str string
Résultat void

center() public méthode

public center ( ) : void
Résultat void

createTree() public méthode

public createTree ( ) : void
Résultat void

expandTree() public méthode

public expandTree ( ) : void
Résultat void

fFormula() public méthode

public fFormula ( ) : System
Résultat System

getFormula() public méthode

public getFormula ( ) : string
Résultat string

getOk() public méthode

public getOk ( ) : bool
Résultat bool

setFormula() public méthode

public setFormula ( string formula ) : void
formula string
Résultat void

setHandler() public méthode

public setHandler ( cEditor editor ) : void
editor cEditor
Résultat void