Class ReportEditorUIManager
Static Repository ui manager, calls the page governors for showing the ui.
Inheritance
System.Object
ReportEditorUIManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Reporting.Editor
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ReportEditorUIManager
Methods
| Improve this Doc View SourceCreateNewEPL()
Show editor in new mode.
Declaration
public static void CreateNewEPL()
EditEPL(EPLDesignModel)
Open editor for a specific epl-design.
Declaration
public static void EditEPL(EPLDesignModel configuration)
Parameters
Type | Name | Description |
---|---|---|
EPLDesignModel | configuration | Grid configuration. |