Class FrameFields
User control that displays a report's datasets and variables in a tree view, letting the user drag fields out as expressions for use in the designer.
Inheritance
FrameFields
Implements
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class FrameFields : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View SourceFrameFields()
Declaration
public FrameFields()
Properties
View SourceReport
Declaration
[Browsable(false)]
public Report Report { get; set; }
Property Value
| Type | Description |
|---|---|
| Report |
Methods
View SourceDispose(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
View SourceRefreshInterface()
Declaration
public void RefreshInterface()
Test(string)
Declaration
public static void Test(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename |
Events
View SourceOnReportChange
Declaration
public event EventHandler OnReportChange
Event Type
| Type | Description |
|---|---|
| EventHandler |