C# 클래스 CSReportDll.cReportChart

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

공개 메소드들

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