C# 클래스 CSReportDll.cReportFormula

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

공개 메소드들

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

비공개 메소드들

메소드 설명
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

메소드 상세

getCompiledScript() 공개 메소드

public getCompiledScript ( ) : Assembly
리턴 System.Reflection.Assembly

getControlName() 공개 메소드

public getControlName ( ) : String
리턴 String

getFormulasInt() 공개 메소드

public getFormulasInt ( ) : cReportFormulasInt
리턴 cReportFormulasInt

getHaveToEval() 공개 메소드

public getHaveToEval ( ) : bool
리턴 bool

getIdxGroup() 공개 메소드

public getIdxGroup ( ) : int
리턴 int

getIdxGroup2() 공개 메소드

public getIdxGroup2 ( ) : int
리턴 int

getLastResult() 공개 메소드

public getLastResult ( ) : object
리턴 object

getName() 공개 메소드

public getName ( ) : String
리턴 String

getNotSave() 공개 메소드

public getNotSave ( ) : bool
리턴 bool

getSectionLineIndex() 공개 메소드

public getSectionLineIndex ( ) : int
리턴 int

getSectionName() 공개 메소드

public getSectionName ( ) : String
리턴 String

getText() 공개 메소드

public getText ( ) : String
리턴 String

getTextC() 공개 메소드

public getTextC ( ) : String
리턴 String

getWhenEval() 공개 메소드

public getWhenEval ( ) : csRptWhenEval
리턴 csRptWhenEval

setCompiledScript() 공개 메소드

public setCompiledScript ( Assembly value ) : void
value System.Reflection.Assembly
리턴 void

setControlName() 공개 메소드

public setControlName ( String rhs ) : void
rhs String
리턴 void

setHaveToEval() 공개 메소드

public setHaveToEval ( bool rhs ) : void
rhs bool
리턴 void

setIdxGroup() 공개 메소드

public setIdxGroup ( int rhs ) : void
rhs int
리턴 void

setIdxGroup2() 공개 메소드

public setIdxGroup2 ( int rhs ) : void
rhs int
리턴 void

setLastResult() 공개 메소드

public setLastResult ( object rhs ) : void
rhs object
리턴 void

setName() 공개 메소드

public setName ( String rhs ) : void
rhs String
리턴 void

setNotSave() 공개 메소드

public setNotSave ( bool rhs ) : void
rhs bool
리턴 void

setSectionLineIndex() 공개 메소드

public setSectionLineIndex ( int rhs ) : void
rhs int
리턴 void

setSectionName() 공개 메소드

public setSectionName ( String rhs ) : void
rhs String
리턴 void

setText() 공개 메소드

public setText ( String rhs ) : void
rhs String
리턴 void

setTextC() 공개 메소드

public setTextC ( String rhs ) : void
rhs String
리턴 void

setWhenEval() 공개 메소드

public setWhenEval ( csRptWhenEval rhs ) : void
rhs csRptWhenEval
리턴 void