C# Class CSReportDll.cReportGroup

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

Méthodes publiques

Méthode Description
fixName ( ) : void
getComparisonType ( ) : csRptGrpComparisonType
getFieldName ( ) : String
getFooter ( ) : cReportSection
getGrandTotalGroup ( ) : bool
getHeader ( ) : cReportSection
getIndex ( ) : int
getKey ( ) : String
getName ( ) : String
getOderType ( ) : csRptGrpOrderType
getPrintInNewPage ( ) : bool
getRePrintInNewPage ( ) : bool
setComparisonType ( csRptGrpComparisonType rhs ) : void
setFieldName ( String rhs ) : void
setFooter ( cReportSection rhs ) : void
setGrandTotalGroup ( bool rhs ) : void
setHeader ( cReportSection rhs ) : void
setIndex ( int rhs ) : void
setKey ( String rhs ) : void
setName ( String rhs ) : void
setOderType ( csRptGrpOrderType rhs ) : void
setPrintInNewPage ( bool rhs ) : void
setRePrintInNewPage ( bool rhs ) : void

Private Methods

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

Method Details

fixName() public méthode

public fixName ( ) : void
Résultat void

getComparisonType() public méthode

public getComparisonType ( ) : csRptGrpComparisonType
Résultat csRptGrpComparisonType

getFieldName() public méthode

public getFieldName ( ) : String
Résultat String

getFooter() public méthode

public getFooter ( ) : cReportSection
Résultat cReportSection

getGrandTotalGroup() public méthode

public getGrandTotalGroup ( ) : bool
Résultat bool

getHeader() public méthode

public getHeader ( ) : cReportSection
Résultat cReportSection

getIndex() public méthode

public getIndex ( ) : int
Résultat int

getKey() public méthode

public getKey ( ) : String
Résultat String

getName() public méthode

public getName ( ) : String
Résultat String

getOderType() public méthode

public getOderType ( ) : csRptGrpOrderType
Résultat csRptGrpOrderType

getPrintInNewPage() public méthode

public getPrintInNewPage ( ) : bool
Résultat bool

getRePrintInNewPage() public méthode

public getRePrintInNewPage ( ) : bool
Résultat bool

setComparisonType() public méthode

public setComparisonType ( csRptGrpComparisonType rhs ) : void
rhs csRptGrpComparisonType
Résultat void

setFieldName() public méthode

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

setFooter() public méthode

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

setGrandTotalGroup() public méthode

public setGrandTotalGroup ( bool rhs ) : void
rhs bool
Résultat void

setHeader() public méthode

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

setIndex() public méthode

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

setKey() public méthode

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

setName() public méthode

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

setOderType() public méthode

public setOderType ( csRptGrpOrderType rhs ) : void
rhs csRptGrpOrderType
Résultat void

setPrintInNewPage() public méthode

public setPrintInNewPage ( bool rhs ) : void
rhs bool
Résultat void

setRePrintInNewPage() public méthode

public setRePrintInNewPage ( bool rhs ) : void
rhs bool
Résultat void