C# Класс CSReportDll.cReportControl

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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