ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ConnectStringType Enumeration

In This Topic
    ConnectStringType Enumeration
    In This Topic
    Type of the connection string.
    Syntax
    'Declaration
     
    Public Enum ConnectStringType 
       Inherits System.Enum
    public enum ConnectStringType : System.Enum 
    Members
    MemberDescription
    EmbeddedDefault behavior - connection string is just a part of the data source.
    ExternalRequired external processing for connection string. For example - it can be name from config file.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ConnectStringType

    See Also