C# Class CSReportEditor.fFormula

显示文件 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

addDBField() public method

public addDBField ( string str, string str2 ) : void
str string
str2 string
return void

addFormula() public method

public addFormula ( csRptFormulaType csRptFormulaType, string str, string str2, string str3, int i ) : void
csRptFormulaType csRptFormulaType
str string
str2 string
str3 string
i int
return void

addLabel() public method

public addLabel ( string str ) : void
str string
return void

center() public method

public center ( ) : void
return void

createTree() public method

public createTree ( ) : void
return void

expandTree() public method

public expandTree ( ) : void
return void

fFormula() public method

public fFormula ( ) : System
return System

getFormula() public method

public getFormula ( ) : string
return string

getOk() public method

public getOk ( ) : bool
return bool

setFormula() public method

public setFormula ( string formula ) : void
formula string
return void

setHandler() public method

public setHandler ( cEditor editor ) : void
editor cEditor
return void