C# Class CSReportDll.cReportSectionLines

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

Public Methods

Method Description
add ( ) : cReportSectionLine
add ( cReportSectionLine c, String key, int index ) : cReportSectionLine
cReportSectionLines ( ) : System
clear ( ) : void
count ( ) : int
getTypeSection ( ) : csRptSectionType
item ( String key ) : cReportSectionLine
item ( int index ) : cReportSectionLine
remove ( String key ) : void
remove ( int index ) : void
setTypeSection ( csRptSectionType rhs ) : void

Private Methods

Method Description
getCopyColl ( ) : cReportControls2
pRefreshIndex ( ) : void
setCopyColl ( cReportControls2 rhs ) : void

Method Details

add() public method

public add ( ) : cReportSectionLine
return cReportSectionLine

add() public method

public add ( cReportSectionLine c, String key, int index ) : cReportSectionLine
c cReportSectionLine
key String
index int
return cReportSectionLine

cReportSectionLines() public method

public cReportSectionLines ( ) : System
return System

clear() public method

public clear ( ) : void
return void

count() public method

public count ( ) : int
return int

getTypeSection() public method

public getTypeSection ( ) : csRptSectionType
return csRptSectionType

item() public method

public item ( String key ) : cReportSectionLine
key String
return cReportSectionLine

item() public method

public item ( int index ) : cReportSectionLine
index int
return cReportSectionLine

remove() public method

public remove ( String key ) : void
key String
return void

remove() public method

public remove ( int index ) : void
index int
return void

setTypeSection() public method

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
return void