C# 클래스 CSReportDll.cReportSectionLines

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

add() 공개 메소드

public add ( ) : cReportSectionLine
리턴 cReportSectionLine

add() 공개 메소드

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

cReportSectionLines() 공개 메소드

public cReportSectionLines ( ) : System
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

count() 공개 메소드

public count ( ) : int
리턴 int

getTypeSection() 공개 메소드

public getTypeSection ( ) : csRptSectionType
리턴 csRptSectionType

item() 공개 메소드

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

item() 공개 메소드

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

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