C# Class CSReportDll.cReportPageField

Mostrar archivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getHeight() public method

public getHeight ( ) : float
return float

getImage() public method

public getImage ( ) : Image
return Image

getIndexLine() public method

public getIndexLine ( ) : int
return int

getInfo() public method

public getInfo ( ) : cReportPageInfo
return cReportPageInfo

getObjectID() public method

public getObjectID ( ) : cReportPageID
return cReportPageID

getTop() public method

public getTop ( ) : float
return float

getValue() public method

public getValue ( ) : String
return String

getVisible() public method

public getVisible ( ) : bool
return bool

getWidth() public method

public getWidth ( ) : float
return float

saveForWeb() public method

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

setHeight() public method

public setHeight ( float rhs ) : void
rhs float
return void

setImage() public method

public setImage ( Image rhs ) : void
rhs Image
return void

setIndexLine() public method

public setIndexLine ( int rhs ) : void
rhs int
return void

setInfo() public method

public setInfo ( cReportPageInfo rhs ) : void
rhs cReportPageInfo
return void

setObjectID() public method

public setObjectID ( cReportPageID rhs ) : void
rhs cReportPageID
return void

setTop() public method

public setTop ( float rhs ) : void
rhs float
return void

setValue() public method

public setValue ( String rhs ) : void
rhs String
return void

setVisible() public method

public setVisible ( bool rhs ) : void
rhs bool
return void

setWidth() public method

public setWidth ( float rhs ) : void
rhs float
return void