C# Класс CSReportDll.cReportChart

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

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

Метод Описание
getChartCreated ( ) : bool
getChartTitle ( ) : String
getChartType ( ) : csRptChartType
getCopyRight ( ) : String
getDiameter ( ) : csRptChartPieDiameter
getFormat ( ) : csRptChartFormat
getGridLines ( ) : csRptChartLineStyle
getGroupFieldIndex ( ) : int
getGroupFieldName ( ) : String
getGroupValue ( ) : String
getImage ( ) : Image
getLastErrorDescription ( ) : String
getLastErrorFunction ( ) : String
getLastErrorInfoAdd ( ) : String
getLastErrorLine ( ) : String
getLastErrorModule ( ) : String
getLastErrorNumber ( ) : String
getOutlineBars ( ) : bool
getSeries ( ) : cReportChartSeries
getShowValues ( ) : bool
getSort ( ) : bool
getThickness ( ) : csRptChartPieThickness
getTop ( ) : int
make ( DataRowCollection rows, String strFormat, bool bIsForWeb, String fileName ) : bool
makeChartFromRs ( DataTable rs, String fileName ) : bool
setChartCreated ( bool rhs ) : void
setChartTitle ( String rhs ) : void
setChartType ( csRptChartType rhs ) : void
setCopyRight ( String value ) : void
setDiameter ( csRptChartPieDiameter value ) : void
setFormat ( csRptChartFormat value ) : void
setGridLines ( csRptChartLineStyle value ) : void
setGroupFieldIndex ( int value ) : void
setGroupFieldName ( String value ) : void
setGroupValue ( String value ) : void
setImage ( Image rhs ) : void
setOutlineBars ( bool value ) : void
setSeries ( cReportChartSeries rhs ) : void
setShowValues ( bool value ) : void
setSort ( bool rhs ) : void
setThickness ( csRptChartPieThickness value ) : void
setTop ( int rhs ) : void

Приватные методы

Метод Описание
load ( CSXml xDoc, XmlNode nodeObj ) : bool
loadChart ( String fileName ) : void
pDestroyImage ( ) : void
pFill ( cWebChart chart, DataRowCollection rows, String strFormat ) : void
pGetExt ( ) : String
pGetSerieValues ( DataRowCollection rows, t_SerieValue v, int valueIndex, int labelIndex, bool bOthers ) : void
pGetSerieValuesAux ( DataRowCollection rows, t_SerieValue v, int valueIndex, int labelIndex, int i, int j, bool bAdd ) : bool
pKillFile ( String fileName ) : void
pRedim ( t_SerieValue &vSeries, int size ) : void
pRedimPreserve ( t_SerieValue &vSeries, int size ) : void
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Описание методов

getChartCreated() публичный Метод

public getChartCreated ( ) : bool
Результат bool

getChartTitle() публичный Метод

public getChartTitle ( ) : String
Результат String

getChartType() публичный Метод

public getChartType ( ) : csRptChartType
Результат csRptChartType

getCopyRight() публичный Метод

public getCopyRight ( ) : String
Результат String

getDiameter() публичный Метод

public getDiameter ( ) : csRptChartPieDiameter
Результат csRptChartPieDiameter

getFormat() публичный Метод

public getFormat ( ) : csRptChartFormat
Результат csRptChartFormat

getGridLines() публичный Метод

public getGridLines ( ) : csRptChartLineStyle
Результат csRptChartLineStyle

getGroupFieldIndex() публичный Метод

public getGroupFieldIndex ( ) : int
Результат int

getGroupFieldName() публичный Метод

public getGroupFieldName ( ) : String
Результат String

getGroupValue() публичный Метод

public getGroupValue ( ) : String
Результат String

getImage() публичный Метод

public getImage ( ) : Image
Результат Image

getLastErrorDescription() публичный Метод

public getLastErrorDescription ( ) : String
Результат String

getLastErrorFunction() публичный Метод

public getLastErrorFunction ( ) : String
Результат String

getLastErrorInfoAdd() публичный Метод

public getLastErrorInfoAdd ( ) : String
Результат String

getLastErrorLine() публичный Метод

public getLastErrorLine ( ) : String
Результат String

getLastErrorModule() публичный Метод

public getLastErrorModule ( ) : String
Результат String

getLastErrorNumber() публичный Метод

public getLastErrorNumber ( ) : String
Результат String

getOutlineBars() публичный Метод

public getOutlineBars ( ) : bool
Результат bool

getSeries() публичный Метод

public getSeries ( ) : cReportChartSeries
Результат cReportChartSeries

getShowValues() публичный Метод

public getShowValues ( ) : bool
Результат bool

getSort() публичный Метод

public getSort ( ) : bool
Результат bool

getThickness() публичный Метод

public getThickness ( ) : csRptChartPieThickness
Результат csRptChartPieThickness

getTop() публичный Метод

public getTop ( ) : int
Результат int

make() публичный Метод

public make ( DataRowCollection rows, String strFormat, bool bIsForWeb, String fileName ) : bool
rows DataRowCollection
strFormat String
bIsForWeb bool
fileName String
Результат bool

makeChartFromRs() публичный Метод

public makeChartFromRs ( DataTable rs, String fileName ) : bool
rs DataTable
fileName String
Результат bool

setChartCreated() публичный Метод

public setChartCreated ( bool rhs ) : void
rhs bool
Результат void

setChartTitle() публичный Метод

public setChartTitle ( String rhs ) : void
rhs String
Результат void

setChartType() публичный Метод

public setChartType ( csRptChartType rhs ) : void
rhs csRptChartType
Результат void

setCopyRight() публичный Метод

public setCopyRight ( String value ) : void
value String
Результат void

setDiameter() публичный Метод

public setDiameter ( csRptChartPieDiameter value ) : void
value csRptChartPieDiameter
Результат void

setFormat() публичный Метод

public setFormat ( csRptChartFormat value ) : void
value csRptChartFormat
Результат void

setGridLines() публичный Метод

public setGridLines ( csRptChartLineStyle value ) : void
value csRptChartLineStyle
Результат void

setGroupFieldIndex() публичный Метод

public setGroupFieldIndex ( int value ) : void
value int
Результат void

setGroupFieldName() публичный Метод

public setGroupFieldName ( String value ) : void
value String
Результат void

setGroupValue() публичный Метод

public setGroupValue ( String value ) : void
value String
Результат void

setImage() публичный Метод

public setImage ( Image rhs ) : void
rhs Image
Результат void

setOutlineBars() публичный Метод

public setOutlineBars ( bool value ) : void
value bool
Результат void

setSeries() публичный Метод

public setSeries ( cReportChartSeries rhs ) : void
rhs cReportChartSeries
Результат void

setShowValues() публичный Метод

public setShowValues ( bool value ) : void
value bool
Результат void

setSort() публичный Метод

public setSort ( bool rhs ) : void
rhs bool
Результат void

setThickness() публичный Метод

public setThickness ( csRptChartPieThickness value ) : void
value csRptChartPieThickness
Результат void

setTop() публичный Метод

public setTop ( int rhs ) : void
rhs int
Результат void