Class ReportEditor
Interaction logic for ReportEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Reporting.Editor
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ReportEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceReportEditor()
Create report editor
Declaration
public ReportEditor()
Methods
| Improve this Doc View SourceNew<T>(T)
Create new report
Declaration
public void New<T>(T configuration)
where T : IReportConfiguration
Parameters
Type | Name | Description |
---|---|---|
T | configuration | Initial model |
Type Parameters
Name | Description |
---|---|
T | Type of the report |
OnDelete(WindowDeleteEventArg)
Delete the current report
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
Overrides
| Improve this Doc View SourceOnOpenPage(WindowOpenPageEventArg)
Open page (data) and load ui
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
Overrides
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save the current report
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
| Improve this Doc View SourceSave()
Save report information
Declaration
public void Save()
Implements
ISaveableLayout
IFocusableControlBase