Class FrameDataDef
Tree-based editor control for a report's data definitions, letting the user add, remove, reorder and connect database connections, datasets and parameters.
Inheritance
FrameDataDef
Implements
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class FrameDataDef : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View SourceFrameDataDef()
Declaration
public FrameDataDef()
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 SourceFindSelectedNode()
Declaration
public TreeNode FindSelectedNode()
Returns
| Type | Description |
|---|---|
| TreeNode |
GetAllNodes()
Declaration
public List<TreeNode> GetAllNodes()
Returns
| Type | Description |
|---|---|
| List<TreeNode> |
RefreshInterface()
Declaration
public void RefreshInterface()
SelectItem(ReportItem)
Declaration
public void SelectItem(ReportItem sec)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportItem | sec |
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 |
OnSelectionChange
Declaration
public event EventHandler OnSelectionChange
Event Type
| Type | Description |
|---|---|
| EventHandler |