C# Class CSReportDll.cReportGroup

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

Public Methods

Method 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

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

Method Details

fixName() public method

public fixName ( ) : void
return void

getComparisonType() public method

public getComparisonType ( ) : csRptGrpComparisonType
return csRptGrpComparisonType

getFieldName() public method

public getFieldName ( ) : String
return String

getFooter() public method

public getFooter ( ) : cReportSection
return cReportSection

getGrandTotalGroup() public method

public getGrandTotalGroup ( ) : bool
return bool

getHeader() public method

public getHeader ( ) : cReportSection
return cReportSection

getIndex() public method

public getIndex ( ) : int
return int

getKey() public method

public getKey ( ) : String
return String

getName() public method

public getName ( ) : String
return String

getOderType() public method

public getOderType ( ) : csRptGrpOrderType
return csRptGrpOrderType

getPrintInNewPage() public method

public getPrintInNewPage ( ) : bool
return bool

getRePrintInNewPage() public method

public getRePrintInNewPage ( ) : bool
return bool

setComparisonType() public method

public setComparisonType ( csRptGrpComparisonType rhs ) : void
rhs csRptGrpComparisonType
return void

setFieldName() public method

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

setFooter() public method

public setFooter ( cReportSection rhs ) : void
rhs cReportSection
return void

setGrandTotalGroup() public method

public setGrandTotalGroup ( bool rhs ) : void
rhs bool
return void

setHeader() public method

public setHeader ( cReportSection rhs ) : void
rhs cReportSection
return void

setIndex() public method

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

setKey() public method

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

setName() public method

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

setOderType() public method

public setOderType ( csRptGrpOrderType rhs ) : void
rhs csRptGrpOrderType
return void

setPrintInNewPage() public method

public setPrintInNewPage ( bool rhs ) : void
rhs bool
return void

setRePrintInNewPage() public method

public setRePrintInNewPage ( bool rhs ) : void
rhs bool
return void