C# Class CSReportDll.cReportPage

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

Méthodes publiques

Méthode Description
getDetail ( ) : cReportPageFields
getFooter ( ) : cReportPageFields
getFooterTop ( ) : float
getHeader ( ) : cReportPageFields
getHeaderBottom ( ) : float
getPageNumber ( ) : int
setDetail ( cReportPageFields rhs ) : void
setFooter ( cReportPageFields rhs ) : void
setFooterTop ( float rhs ) : void
setHeader ( cReportPageFields rhs ) : void
setHeaderBottom ( float rhs ) : void
setPageNumber ( int rhs ) : void

Private Methods

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

Method Details

getDetail() public méthode

public getDetail ( ) : cReportPageFields
Résultat cReportPageFields

getFooter() public méthode

public getFooter ( ) : cReportPageFields
Résultat cReportPageFields

getFooterTop() public méthode

public getFooterTop ( ) : float
Résultat float

getHeader() public méthode

public getHeader ( ) : cReportPageFields
Résultat cReportPageFields

getHeaderBottom() public méthode

public getHeaderBottom ( ) : float
Résultat float

getPageNumber() public méthode

public getPageNumber ( ) : int
Résultat int

setDetail() public méthode

public setDetail ( cReportPageFields rhs ) : void
rhs cReportPageFields
Résultat void

setFooter() public méthode

public setFooter ( cReportPageFields rhs ) : void
rhs cReportPageFields
Résultat void

setFooterTop() public méthode

public setFooterTop ( float rhs ) : void
rhs float
Résultat void

setHeader() public méthode

public setHeader ( cReportPageFields rhs ) : void
rhs cReportPageFields
Résultat void

setHeaderBottom() public méthode

public setHeaderBottom ( float rhs ) : void
rhs float
Résultat void

setPageNumber() public méthode

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