C# Class CSReportEditor.fGroup

Inheritance: System.Windows.Forms.Form
Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
fGroup ( ) : System
getAsc ( ) : bool
getDbField ( ) : string
getFieldType ( ) : int
getGrandTotal ( ) : bool
getIndex ( ) : int
getOk ( ) : bool
getPrintInNewPage ( ) : bool
getReprintGroup ( ) : bool
getSortByDate ( ) : bool
getSortByNumber ( ) : bool
getSortByText ( ) : bool
getTxDbField ( ) : cMaskEdit
getTxName ( ) : cMaskEdit
setAsc ( bool value ) : void
setDbField ( string sField ) : void
setDesc ( bool value ) : void
setFieldType ( int rhs ) : void
setGrandTotal ( bool value ) : void
setHandler ( cEditor editor ) : void
setIndex ( int rhs ) : void
setPrintInNewPage ( bool value ) : void
setReprintGroup ( bool value ) : void
setSortByDate ( bool value ) : void
setSortByNumber ( bool value ) : void
setSortByText ( bool value ) : 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.

cmdCancel_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void
cmd_dbField_Click ( object sender, EventArgs e ) : void
fGroup_Load ( 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

fGroup() public method

public fGroup ( ) : System
return System

getAsc() public method

public getAsc ( ) : bool
return bool

getDbField() public method

public getDbField ( ) : string
return string

getFieldType() public method

public getFieldType ( ) : int
return int

getGrandTotal() public method

public getGrandTotal ( ) : bool
return bool

getIndex() public method

public getIndex ( ) : int
return int

getOk() public method

public getOk ( ) : bool
return bool

getPrintInNewPage() public method

public getPrintInNewPage ( ) : bool
return bool

getReprintGroup() public method

public getReprintGroup ( ) : bool
return bool

getSortByDate() public method

public getSortByDate ( ) : bool
return bool

getSortByNumber() public method

public getSortByNumber ( ) : bool
return bool

getSortByText() public method

public getSortByText ( ) : bool
return bool

getTxDbField() public method

public getTxDbField ( ) : cMaskEdit
return cMaskEdit

getTxName() public method

public getTxName ( ) : cMaskEdit
return cMaskEdit

setAsc() public method

public setAsc ( bool value ) : void
value bool
return void

setDbField() public method

public setDbField ( string sField ) : void
sField string
return void

setDesc() public method

public setDesc ( bool value ) : void
value bool
return void

setFieldType() public method

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

setGrandTotal() public method

public setGrandTotal ( bool value ) : void
value bool
return void

setHandler() public method

public setHandler ( cEditor editor ) : void
editor cEditor
return void

setIndex() public method

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

setPrintInNewPage() public method

public setPrintInNewPage ( bool value ) : void
value bool
return void

setReprintGroup() public method

public setReprintGroup ( bool value ) : void
value bool
return void

setSortByDate() public method

public setSortByDate ( bool value ) : void
value bool
return void

setSortByNumber() public method

public setSortByNumber ( bool value ) : void
value bool
return void

setSortByText() public method

public setSortByText ( bool value ) : void
value bool
return void