Search Results for

    Show / Hide Table of Contents

    Class ReportElement

    Element for importing and exporting reports

    Inheritance
    System.Object
    ConfigurationElement
    ReportElement
    Inherited Members
    ConfigurationElement.InteractionObject
    ConfigurationElement.ExportId
    ConfigurationElement.ConnectionStringName
    ConfigurationElement.PackageVersion
    ConfigurationElement.PackageName
    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 Source

    ReportElement(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 Source

    Execute(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
    ConfigurationElement.Execute(XmlNode)
    | Improve this Doc View Source

    GetAsString(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
    ConfigurationElement.GetAsString(String)
    | Improve this Doc View Source

    GetElementName()

    Get the name of the xml-root element

    Declaration
    public override string GetElementName()
    Returns
    Type Description
    System.String

    String name of the root element

    Overrides
    ConfigurationElement.GetElementName()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx