Class PrinterSettings
Interaction logic for ReportEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Printing.Settings
Assembly: Simplic.Framework.dll
Syntax
public class PrinterSettings : DefaultRibbonWindow
Constructors
| Improve this Doc View SourcePrinterSettings()
Create report editor
Declaration
public PrinterSettings()
Methods
| Improve this Doc View SourceNew(Printer)
Create a new printer/settings
Declaration
public void New(Printer configuration)
Parameters
Type | Name | Description |
---|---|---|
Printer | configuration | Instance of a printer which will be taken for creating a new one |
OnDelete(WindowDeleteEventArg)
Delete the current printer
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