C# 클래스 CSReportEditor.fPageSetup

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

공개 메소드들

메소드 설명
fPageSetup ( ) : System
getCustomHeight ( ) : int
getCustomWidth ( ) : int
getOk ( ) : bool
getOrientation ( ) : int
getPaperSize ( ) : csReportPaperType
initDialog ( csReportPaperType paperSize, int customHeight, int customWidth, int orientation ) : void
setCustomHeight ( int rhs ) : void
setCustomWidth ( int rhs ) : void
setOrientation ( int rhs ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

cb_paperSize_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmd_apply_Click ( object sender, EventArgs e ) : void
cmd_cancel_Click ( object sender, EventArgs e ) : void
fPageSetup_Load ( object sender, EventArgs e ) : void
op_landscape_CheckedChanged ( object sender, EventArgs e ) : void
op_portrait_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

fPageSetup() 공개 메소드

public fPageSetup ( ) : System
리턴 System

getCustomHeight() 공개 메소드

public getCustomHeight ( ) : int
리턴 int

getCustomWidth() 공개 메소드

public getCustomWidth ( ) : int
리턴 int

getOk() 공개 메소드

public getOk ( ) : bool
리턴 bool

getOrientation() 공개 메소드

public getOrientation ( ) : int
리턴 int

getPaperSize() 공개 메소드

public getPaperSize ( ) : csReportPaperType
리턴 csReportPaperType

initDialog() 공개 메소드

public initDialog ( csReportPaperType paperSize, int customHeight, int customWidth, int orientation ) : void
paperSize csReportPaperType
customHeight int
customWidth int
orientation int
리턴 void

setCustomHeight() 공개 메소드

public setCustomHeight ( int rhs ) : void
rhs int
리턴 void

setCustomWidth() 공개 메소드

public setCustomWidth ( int rhs ) : void
rhs int
리턴 void

setOrientation() 공개 메소드

public setOrientation ( int rhs ) : void
rhs int
리턴 void