C# Class CSReportDll.cReportLabel

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

Public Methods

Method Description
cReportLabel ( ) : System
getAspect ( ) : cReportAspect
getCanGrow ( ) : bool
getText ( ) : String
setAspect ( cReportAspect rhs ) : void
setCanGrow ( bool rhs ) : void
setText ( String rhs ) : void

Private Methods

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

Method Details

cReportLabel() public method

public cReportLabel ( ) : System
return System

getAspect() public method

public getAspect ( ) : cReportAspect
return cReportAspect

getCanGrow() public method

public getCanGrow ( ) : bool
return bool

getText() public method

public getText ( ) : String
return String

setAspect() public method

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
return void

setCanGrow() public method

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

setText() public method

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