C# 클래스 MonoReports.Model.Controls.Section

상속: Control, IResizable
파일 보기 프로젝트 열기: modesto/monoreports 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
sectionType SectionType

공개 메소드들

메소드 설명
AfterPrint ( ) : void
BeforePrint ( ) : void
CopyTo ( Section s ) : void
Format ( ) : void
Section ( ) : System

메소드 상세

AfterPrint() 공개 메소드

public AfterPrint ( ) : void
리턴 void

BeforePrint() 공개 메소드

public BeforePrint ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Section s ) : void
s Section
리턴 void

Format() 공개 메소드

public Format ( ) : void
리턴 void

Section() 공개 메소드

public Section ( ) : System
리턴 System

프로퍼티 상세

sectionType 보호되어 있는 프로퍼티

protected SectionType sectionType
리턴 SectionType