C# Class CSReportEditor.fPageSetup

显示文件 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

fPageSetup() public method

public fPageSetup ( ) : System
return System

getCustomHeight() public method

public getCustomHeight ( ) : int
return int

getCustomWidth() public method

public getCustomWidth ( ) : int
return int

getOk() public method

public getOk ( ) : bool
return bool

getOrientation() public method

public getOrientation ( ) : int
return int

getPaperSize() public method

public getPaperSize ( ) : csReportPaperType
return csReportPaperType

initDialog() public method

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

setCustomHeight() public method

public setCustomHeight ( int rhs ) : void
rhs int
return void

setCustomWidth() public method

public setCustomWidth ( int rhs ) : void
rhs int
return void

setOrientation() public method

public setOrientation ( int rhs ) : void
rhs int
return void