C# 클래스 CSReportDll.cReportSections

상속: cIReportGroupSections
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
pRefreshIndex ( ) : void
setCopyColl ( cReportControls2 rhs ) : void
setMainTypeSection ( csRptSectionType rhs ) : void

메소드 상세

add() 공개 메소드

public add ( ) : cReportSection
리턴 cReportSection

add() 공개 메소드

public add ( cReportSection c, String key ) : cReportSection
c cReportSection
key String
리턴 cReportSection

add() 공개 메소드

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

cReportSections() 공개 메소드

public cReportSections ( ) : System
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

count() 공개 메소드

public count ( ) : int
리턴 int

getTypeSection() 공개 메소드

public getTypeSection ( ) : csRptSectionType
리턴 csRptSectionType

item() 공개 메소드

public item ( String key ) : cReportSection
key String
리턴 cReportSection

item() 공개 메소드

public item ( int index ) : cReportSection
index int
리턴 cReportSection

remove() 공개 메소드

public remove ( String key ) : void
key String
리턴 void

remove() 공개 메소드

public remove ( int index ) : void
index int
리턴 void

setTypeSection() 공개 메소드

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
리턴 void