C# Class CSReportDll.cReportSections

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

Méthodes publiques

Méthode Description
add ( ) : cReportSection
add ( cReportSection c, String key ) : cReportSection
add ( cReportSection c, String key, int index ) : cReportSection
cReportSections ( ) : System
clear ( ) : void
count ( ) : int
getTypeSection ( ) : csRptSectionType
item ( String key ) : cReportSection
item ( int index ) : cReportSection
remove ( String key ) : void
remove ( int index ) : void
setTypeSection ( csRptSectionType rhs ) : void

Private Methods

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

Method Details

add() public méthode

public add ( ) : cReportSection
Résultat cReportSection

add() public méthode

public add ( cReportSection c, String key ) : cReportSection
c cReportSection
key String
Résultat cReportSection

add() public méthode

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

cReportSections() public méthode

public cReportSections ( ) : 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 ) : cReportSection
key String
Résultat cReportSection

item() public méthode

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

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