Class ReportEditor
Interaction logic for ReportEditor.xaml
Inheritance
System.Object
ReportEditor
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 |
OnOpenPage(WindowOpenPageEventArg)
Open page (data) and load ui
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Save the current report
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
| Type | Name | Description |
|---|---|---|
| WindowSaveEventArg | e |
Save()
Save report information
Declaration
public void Save()