Class ExpressionDlg
Dialog for editing a report expression, providing a categorized helper of fields, functions, variables and operators, syntax checking and evaluation, alongside an AI expression chat panel.
Inheritance
ExpressionDlg
Implements
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class ExpressionDlg : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View SourceExpressionDlg()
Declaration
public ExpressionDlg()
Methods
View SourceDispose(bool)
Limpiar los recursos que se estén usando.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true si los recursos administrados se deben desechar; false en caso contrario. |
Overrides
View SourceShowDialog(ref string, FrameMainDesigner)
Declaration
public static bool ShowDialog(ref string expression, FrameMainDesigner framemain)
Parameters
| Type | Name | Description |
|---|---|---|
| string | expression | |
| FrameMainDesigner | framemain |
Returns
| Type | Description |
|---|---|
| bool |