C# Class CSReportDll.cReportSections

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

Public Methods

Method 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

Method Description
pRefreshIndex ( ) : void
setCopyColl ( cReportControls2 rhs ) : void
setMainTypeSection ( csRptSectionType rhs ) : void

Method Details

add() public method

public add ( ) : cReportSection
return cReportSection

add() public method

public add ( cReportSection c, String key ) : cReportSection
c cReportSection
key String
return cReportSection

add() public method

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

cReportSections() public method

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

item() public method

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

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