C# Class CSReportEditor.fGroup

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

fGroup() public méthode

public fGroup ( ) : System
Résultat System

getAsc() public méthode

public getAsc ( ) : bool
Résultat bool

getDbField() public méthode

public getDbField ( ) : string
Résultat string

getFieldType() public méthode

public getFieldType ( ) : int
Résultat int

getGrandTotal() public méthode

public getGrandTotal ( ) : bool
Résultat bool

getIndex() public méthode

public getIndex ( ) : int
Résultat int

getOk() public méthode

public getOk ( ) : bool
Résultat bool

getPrintInNewPage() public méthode

public getPrintInNewPage ( ) : bool
Résultat bool

getReprintGroup() public méthode

public getReprintGroup ( ) : bool
Résultat bool

getSortByDate() public méthode

public getSortByDate ( ) : bool
Résultat bool

getSortByNumber() public méthode

public getSortByNumber ( ) : bool
Résultat bool

getSortByText() public méthode

public getSortByText ( ) : bool
Résultat bool

getTxDbField() public méthode

public getTxDbField ( ) : cMaskEdit
Résultat cMaskEdit

getTxName() public méthode

public getTxName ( ) : cMaskEdit
Résultat cMaskEdit

setAsc() public méthode

public setAsc ( bool value ) : void
value bool
Résultat void

setDbField() public méthode

public setDbField ( string sField ) : void
sField string
Résultat void

setDesc() public méthode

public setDesc ( bool value ) : void
value bool
Résultat void

setFieldType() public méthode

public setFieldType ( int rhs ) : void
rhs int
Résultat void

setGrandTotal() public méthode

public setGrandTotal ( bool value ) : void
value bool
Résultat void

setHandler() public méthode

public setHandler ( cEditor editor ) : void
editor cEditor
Résultat void

setIndex() public méthode

public setIndex ( int rhs ) : void
rhs int
Résultat void

setPrintInNewPage() public méthode

public setPrintInNewPage ( bool value ) : void
value bool
Résultat void

setReprintGroup() public méthode

public setReprintGroup ( bool value ) : void
value bool
Résultat void

setSortByDate() public méthode

public setSortByDate ( bool value ) : void
value bool
Résultat void

setSortByNumber() public méthode

public setSortByNumber ( bool value ) : void
value bool
Résultat void

setSortByText() public méthode

public setSortByText ( bool value ) : void
value bool
Résultat void