C# 클래스 CSReportDll.cReportControl

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

공개 메소드들

메소드 설명
cReportControl ( ) : System
getChart ( ) : cReportChart
getControlType ( ) : csRptControlType
getExportColIdx ( ) : int
getField ( ) : cReportField
getFormulaHide ( ) : cReportFormula
getFormulaValue ( ) : cReportFormula
getHasFormulaHide ( ) : bool
getHasFormulaValue ( ) : bool
getImage ( ) : cReportImage
getIsFreeCtrl ( ) : bool
getKey ( ) : String
getKeyPaint ( ) : String
getLabel ( ) : cReportLabel
getLine ( ) : cReportLine
getName ( ) : String
getSectionLine ( ) : cReportSectionLine
getTag ( ) : String
getTypeSection ( ) : csRptSectionType
setControlType ( csRptControlType rhs ) : void
setExportColIdx ( int rhs ) : void
setField ( cReportField rhs ) : void
setHasFormulaHide ( bool rhs ) : void
setHasFormulaValue ( bool rhs ) : void
setImage ( cReportImage rhs ) : void
setIsFreeCtrl ( bool rhs ) : void
setKey ( String rhs ) : void
setKeyPaint ( String rhs ) : void
setLabel ( cReportLabel rhs ) : void
setLine ( cReportLine rhs ) : void
setName ( String rhs ) : void
setSectionLine ( cReportSectionLine rhs ) : void
setTag ( String rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void

비공개 메소드들

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

메소드 상세

cReportControl() 공개 메소드

public cReportControl ( ) : System
리턴 System

getChart() 공개 메소드

public getChart ( ) : cReportChart
리턴 cReportChart

getControlType() 공개 메소드

public getControlType ( ) : csRptControlType
리턴 csRptControlType

getExportColIdx() 공개 메소드

public getExportColIdx ( ) : int
리턴 int

getField() 공개 메소드

public getField ( ) : cReportField
리턴 cReportField

getFormulaHide() 공개 메소드

public getFormulaHide ( ) : cReportFormula
리턴 cReportFormula

getFormulaValue() 공개 메소드

public getFormulaValue ( ) : cReportFormula
리턴 cReportFormula

getHasFormulaHide() 공개 메소드

public getHasFormulaHide ( ) : bool
리턴 bool

getHasFormulaValue() 공개 메소드

public getHasFormulaValue ( ) : bool
리턴 bool

getImage() 공개 메소드

public getImage ( ) : cReportImage
리턴 cReportImage

getIsFreeCtrl() 공개 메소드

public getIsFreeCtrl ( ) : bool
리턴 bool

getKey() 공개 메소드

public getKey ( ) : String
리턴 String

getKeyPaint() 공개 메소드

public getKeyPaint ( ) : String
리턴 String

getLabel() 공개 메소드

public getLabel ( ) : cReportLabel
리턴 cReportLabel

getLine() 공개 메소드

public getLine ( ) : cReportLine
리턴 cReportLine

getName() 공개 메소드

public getName ( ) : String
리턴 String

getSectionLine() 공개 메소드

public getSectionLine ( ) : cReportSectionLine
리턴 cReportSectionLine

getTag() 공개 메소드

public getTag ( ) : String
리턴 String

getTypeSection() 공개 메소드

public getTypeSection ( ) : csRptSectionType
리턴 csRptSectionType

setControlType() 공개 메소드

public setControlType ( csRptControlType rhs ) : void
rhs csRptControlType
리턴 void

setExportColIdx() 공개 메소드

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

setField() 공개 메소드

public setField ( cReportField rhs ) : void
rhs cReportField
리턴 void

setHasFormulaHide() 공개 메소드

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

setHasFormulaValue() 공개 메소드

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

setImage() 공개 메소드

public setImage ( cReportImage rhs ) : void
rhs cReportImage
리턴 void

setIsFreeCtrl() 공개 메소드

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

setKey() 공개 메소드

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

setKeyPaint() 공개 메소드

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

setLabel() 공개 메소드

public setLabel ( cReportLabel rhs ) : void
rhs cReportLabel
리턴 void

setLine() 공개 메소드

public setLine ( cReportLine rhs ) : void
rhs cReportLine
리턴 void

setName() 공개 메소드

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

setSectionLine() 공개 메소드

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
리턴 void

setTag() 공개 메소드

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

setTypeSection() 공개 메소드

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
리턴 void