C# Class CSReportDll.cReportPageInfo

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

cReportPageInfo() public méthode

public cReportPageInfo ( ) : System
Résultat System

getAspect() public méthode

public getAspect ( ) : cReportAspect
Résultat cReportAspect

getFieldType() public méthode

public getFieldType ( ) : int
Résultat int

getName() public méthode

public getName ( ) : String
Résultat String

getSectionLine() public méthode

public getSectionLine ( ) : cReportSectionLine
Résultat cReportSectionLine

getTag() public méthode

public getTag ( ) : String
Résultat String

setAspect() public méthode

public setAspect ( cReportAspect rhs ) : void
rhs cReportAspect
Résultat void

setFieldType() public méthode

public setFieldType ( int rhs ) : void
rhs int
Résultat void

setName() public méthode

public setName ( String rhs ) : void
rhs String
Résultat void

setSectionLine() public méthode

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
Résultat void

setTag() public méthode

public setTag ( String rhs ) : void
rhs String
Résultat void