Class FrameStructure
Designer control that shows the report's structure as a tree of subreports and sections, and lets the user add, delete, reorder, import and export those elements.
Inheritance
FrameStructure
Implements
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class FrameStructure : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View SourceFrameStructure()
Declaration
public FrameStructure()
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 |
FindSelectedSubReport()
Declaration
public SubReport FindSelectedSubReport()
Returns
| Type | Description |
|---|---|
| SubReport |
GetAllNodes()
Declaration
public List<TreeNode> GetAllNodes()
Returns
| Type | Description |
|---|---|
| List<TreeNode> |
Init(FrameDataDef)
Declaration
public void Init(FrameDataDef ndatader)
Parameters
| Type | Name | Description |
|---|---|---|
| FrameDataDef | ndatader |
RefreshInterface()
Declaration
public void RefreshInterface()
RefreshSubReport(SubReport)
Declaration
public void RefreshSubReport(SubReport nsubreport)
Parameters
| Type | Name | Description |
|---|---|---|
| SubReport | nsubreport |
SelectItem(ReportItem, bool)
Declaration
public void SelectItem(ReportItem sec, bool onlyfocus)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportItem | sec | |
| bool | onlyfocus |
Test()
Declaration
public static void Test()
Events
View SourceOnReportChange
Declaration
public event EventHandler OnReportChange
Event Type
| Type | Description |
|---|---|
| EventHandler |
OnSelectionChange
Declaration
public event EventHandler OnSelectionChange
Event Type
| Type | Description |
|---|---|
| EventHandler |