Méthode | Description | |
---|---|---|
BaseReportForm ( ) : System | ||
LoadData ( System ReportType, int ReportSubType ) : void | ||
RefreshReport ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
BaseReportForm_Load ( object sender, EventArgs e ) : void | ||
DoRefreshReport ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetSettings ( ) : bool | ||
btnClose_Click ( object sender, EventArgs e ) : void | ||
btnLoadData_Click ( object sender, EventArgs e ) : void | ||
btnSettings_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public LoadData ( System ReportType, int ReportSubType ) : void | ||
ReportType | System | |
ReportSubType | int | |
Résultat | void |