C# 클래스 CSReportEditor.fFormula

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

addDBField() 공개 메소드

public addDBField ( string str, string str2 ) : void
str string
str2 string
리턴 void

addFormula() 공개 메소드

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

addLabel() 공개 메소드

public addLabel ( string str ) : void
str string
리턴 void

center() 공개 메소드

public center ( ) : void
리턴 void

createTree() 공개 메소드

public createTree ( ) : void
리턴 void

expandTree() 공개 메소드

public expandTree ( ) : void
리턴 void

fFormula() 공개 메소드

public fFormula ( ) : System
리턴 System

getFormula() 공개 메소드

public getFormula ( ) : string
리턴 string

getOk() 공개 메소드

public getOk ( ) : bool
리턴 bool

setFormula() 공개 메소드

public setFormula ( string formula ) : void
formula string
리턴 void

setHandler() 공개 메소드

public setHandler ( cEditor editor ) : void
editor cEditor
리턴 void