Class FrameMainDesigner
Main WinForms designer control hosting the full report-authoring surface:
toolbar, structure/data/fields tabs, the section design canvas, the object
inspector, undo/redo, recent files and the optional AI copilot chat panel.
Inheritance
FrameMainDesigner
Assembly: Reportman.Designer.dll
Syntax
public class FrameMainDesigner : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View Source
FrameMainDesigner()
Declaration
public FrameMainDesigner()
Fields
View Source
ConvertToDotNetOnExecute
Declaration
public bool ConvertToDotNetOnExecute
Field Value
View Source
OnExitClick
Declaration
public FrameMainDesigner.ExitReportEventHandler OnExitClick
Field Value
View Source
OnPreviewClick
Declaration
public FrameMainDesigner.PreviewReportEvent OnPreviewClick
Field Value
View Source
OnSaveClick
Declaration
public FrameMainDesigner.SaveReportEvent OnSaveClick
Field Value
View Source
TopBar
Declaration
Field Value
Properties
View Source
EditMode
Declaration
[Browsable(false)]
public FrameMainDesigner.EditModeType EditMode { get; set; }
Property Value
View Source
Report
Declaration
[Browsable(false)]
public Report Report { get; set; }
Property Value
View Source
ShowExitOption
Declaration
[Browsable(false)]
public bool ShowExitOption { get; set; }
Property Value
View Source
ShowExportOption
Declaration
[Browsable(false)]
public bool ShowExportOption { get; set; }
Property Value
View Source
ShowPreviewOption
Declaration
[Browsable(false)]
public bool ShowPreviewOption { get; set; }
Property Value
View Source
ShowPrintOption
Declaration
[Browsable(false)]
public bool ShowPrintOption { get; set; }
Property Value
View Source
ShowSaveOption
Declaration
[Browsable(false)]
public bool ShowSaveOption { get; set; }
Property Value
Methods
View Source
CheckSave()
Declaration
Returns
View Source
DisableMenus()
Declaration
public void DisableMenus()
View Source
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
View Source
EnableMenus()
Declaration
public void EnableMenus()
View Source
HasChanges()
Declaration
Returns
View Source
Open(string, bool)
Declaration
public void Open(string filename, bool check)
Parameters
View Source
OpenFile(string)
Declaration
public void OpenFile(string nfilename)
Parameters
| Type |
Name |
Description |
| string |
nfilename |
|
View Source
PrintReport(bool)
Declaration
public bool PrintReport(bool preview)
Parameters
| Type |
Name |
Description |
| bool |
preview |
|
Returns
View Source
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Returns
Overrides
View Source
ReportChanged()
Declaration
public bool ReportChanged()
Returns
View Source
SetSaved()
Declaration
View Source
Test(string)
Declaration
public static void Test(string filename)
Parameters
| Type |
Name |
Description |
| string |
filename |
|
Implements