C# Class CSReportDll.cReportPageInfo

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
cReportPageInfo ( ) : System
getAspect ( ) : cReportAspect
getFieldType ( ) : int
getName ( ) : String
getSectionLine ( ) : cReportSectionLine
getTag ( ) : String
setAspect ( cReportAspect rhs ) : void
setFieldType ( int rhs ) : void
setName ( String rhs ) : void
setSectionLine ( cReportSectionLine rhs ) : void
setTag ( String rhs ) : void

Private Methods

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

Method Details

cReportPageInfo() public method

public cReportPageInfo ( ) : System
return System

getAspect() public method

public getAspect ( ) : cReportAspect
return cReportAspect

getFieldType() public method

public getFieldType ( ) : int
return int

getName() public method

public getName ( ) : String
return String

getSectionLine() public method

public getSectionLine ( ) : cReportSectionLine
return cReportSectionLine

getTag() public method

public getTag ( ) : String
return String

setAspect() public method

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

setFieldType() public method

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

setName() public method

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

setSectionLine() public method

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
return void

setTag() public method

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