C# Класс CSReportEditor.fPageSetup

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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