Class ReportElement
Element for importing and exporting reports
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.SqlD.DCEF.Elements
Assembly: Simplic.Framework.SqlD.dll
Syntax
public class ReportElement : ConfigurationElement
Constructors
| Improve this Doc View SourceReportElement(IConfigurationInteraction)
Create new ReportElement and pass interaction element
Declaration
public ReportElement(IConfigurationInteraction Interaction)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationInteraction | Interaction | Element to interact with the visual setup |
Methods
| Improve this Doc View SourceExecute(XmlNode)
Execute XML and save to database
Declaration
public override bool Execute(XmlNode Node)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | Node | Base node of the configuration element |
Returns
Type | Description |
---|---|
System.Boolean | True if installed correct |
Overrides
| Improve this Doc View SourceGetAsString(String)
Get the current element as XML-String
Declaration
public override string GetAsString(string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceGetElementName()
Get the name of the xml-root element
Declaration
public override string GetElementName()
Returns
Type | Description |
---|---|
System.String | String name of the root element |