Search Results for

    Show / Hide Table of Contents

    Class DataConnectionInfo

    Inheritance
    System.Object
    BaseObjectInfo<DataConnectionInfo>
    DataConnectionInfo
    Inherited Members
    BaseObjectInfo<DataConnectionInfo>.Items
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class DataConnectionInfo : BaseObjectInfo<DataConnectionInfo>

    Constructors

    DataConnectionInfo()

    Declaration
    public DataConnectionInfo()

    Properties

    Object

    The registered data connection. This type is subclass of DataConnectionBase

    Declaration
    public Type Object { get; set; }
    Property Value
    Type Description
    System.Type

    Text

    Tooltip text.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    FastReport.Utils.BaseObjectInfo<FastReport.Utils.DataConnectionInfo>.Text

    Methods

    EnumItems(ICollection<DataConnectionInfo>)

    Declaration
    public override void EnumItems(ICollection<DataConnectionInfo> list)
    Parameters
    Type Name Description
    System.Collections.Generic.ICollection<DataConnectionInfo> list
    Overrides
    FastReport.Utils.BaseObjectInfo<FastReport.Utils.DataConnectionInfo>.EnumItems(System.Collections.Generic.ICollection<FastReport.Utils.DataConnectionInfo>)
    Back to top © 1998-2025 Copyright Fast Reports Inc.