C# Class CSReportDll.cReportSectionLines

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

Méthodes publiques

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

Méthode Description
getCopyColl ( ) : cReportControls2
pRefreshIndex ( ) : void
setCopyColl ( cReportControls2 rhs ) : void

Method Details

add() public méthode

public add ( ) : cReportSectionLine
Résultat cReportSectionLine

add() public méthode

public add ( cReportSectionLine c, String key, int index ) : cReportSectionLine
c cReportSectionLine
key String
index int
Résultat cReportSectionLine

cReportSectionLines() public méthode

public cReportSectionLines ( ) : System
Résultat System

clear() public méthode

public clear ( ) : void
Résultat void

count() public méthode

public count ( ) : int
Résultat int

getTypeSection() public méthode

public getTypeSection ( ) : csRptSectionType
Résultat csRptSectionType

item() public méthode

public item ( String key ) : cReportSectionLine
key String
Résultat cReportSectionLine

item() public méthode

public item ( int index ) : cReportSectionLine
index int
Résultat cReportSectionLine

remove() public méthode

public remove ( String key ) : void
key String
Résultat void

remove() public méthode

public remove ( int index ) : void
index int
Résultat void

setTypeSection() public méthode

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
Résultat void