C# Class CSReportDll.cReportLine

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

Public Methods

Method Description
getAspect ( ) : cReportAspect
setAspect ( cReportAspect rhs ) : void

Private Methods

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

Method Details

getAspect() public method

public getAspect ( ) : cReportAspect
return cReportAspect

setAspect() public method

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