C# 클래스 CSReportDll.cReportPageField

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

공개 메소드들

메소드 설명
getHeight ( ) : float
getImage ( ) : Image
getIndexLine ( ) : int
getInfo ( ) : cReportPageInfo
getObjectID ( ) : cReportPageID
getTop ( ) : float
getValue ( ) : String
getVisible ( ) : bool
getWidth ( ) : float
saveForWeb ( CSXml xDoc, XmlNode nodeFather ) : bool
setHeight ( float rhs ) : void
setImage ( Image rhs ) : void
setIndexLine ( int rhs ) : void
setInfo ( cReportPageInfo rhs ) : void
setObjectID ( cReportPageID rhs ) : void
setTop ( float rhs ) : void
setValue ( String rhs ) : void
setVisible ( bool rhs ) : void
setWidth ( float rhs ) : void

비공개 메소드들

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

메소드 상세

getHeight() 공개 메소드

public getHeight ( ) : float
리턴 float

getImage() 공개 메소드

public getImage ( ) : Image
리턴 Image

getIndexLine() 공개 메소드

public getIndexLine ( ) : int
리턴 int

getInfo() 공개 메소드

public getInfo ( ) : cReportPageInfo
리턴 cReportPageInfo

getObjectID() 공개 메소드

public getObjectID ( ) : cReportPageID
리턴 cReportPageID

getTop() 공개 메소드

public getTop ( ) : float
리턴 float

getValue() 공개 메소드

public getValue ( ) : String
리턴 String

getVisible() 공개 메소드

public getVisible ( ) : bool
리턴 bool

getWidth() 공개 메소드

public getWidth ( ) : float
리턴 float

saveForWeb() 공개 메소드

public saveForWeb ( CSXml xDoc, XmlNode nodeFather ) : bool
xDoc CSXml
nodeFather System.Xml.XmlNode
리턴 bool

setHeight() 공개 메소드

public setHeight ( float rhs ) : void
rhs float
리턴 void

setImage() 공개 메소드

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

setIndexLine() 공개 메소드

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

setInfo() 공개 메소드

public setInfo ( cReportPageInfo rhs ) : void
rhs cReportPageInfo
리턴 void

setObjectID() 공개 메소드

public setObjectID ( cReportPageID rhs ) : void
rhs cReportPageID
리턴 void

setTop() 공개 메소드

public setTop ( float rhs ) : void
rhs float
리턴 void

setValue() 공개 메소드

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

setVisible() 공개 메소드

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

setWidth() 공개 메소드

public setWidth ( float rhs ) : void
rhs float
리턴 void