Class SearchForm
This form is used by report parameters window to help user in selecting parameter values, possible if the parameter provide a lookup dataset
Inheritance
SearchForm
Implements
Inherited Members
Namespace: Reportman.Reporting.Forms
Assembly: Reportman.Reporting.Forms.dll
Syntax
public class SearchForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
SearchForm()
Constructor
Declaration
public SearchForm()
Methods
Dispose(bool)
Limpiar los recursos que se estén utilizando.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true si los recursos administrados se deben eliminar; false en caso contrario, false. |
Overrides
SearchParamValue(Param, Report)
Search for a parameter value using Report configuration
Declaration
public static bool SearchParamValue(Param aparam, Report areport)
Parameters
| Type | Name | Description |
|---|---|---|
| Param | aparam | Parameter to perform lookup |
| Report | areport | Report containing the parameter |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the user accepted the parameter value |