ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectionProperties - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectionProperties

    Inheritance
    System.Object
    ConnectionProperties
    Namespace: Syncfusion.Report.Data
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public class ConnectionProperties : Object

    Constructors

    ConnectionProperties()

    Declaration
    public ConnectionProperties()

    Properties

    ConnectionString

    Declaration
    public string ConnectionString { get; set; }
    Property Value
    Type Description
    System.String

    ConnectionTimeout

    Declaration
    public int ConnectionTimeout { get; set; }
    Property Value
    Type Description
    System.Int32

    CustomProperties

    Declaration
    public CustomProperties CustomProperties { get; set; }
    Property Value
    Type Description
    CustomProperties

    DataProvider

    Declaration
    public string DataProvider { get; set; }
    Property Value
    Type Description
    System.String

    Impersonate

    Declaration
    public string Impersonate { get; set; }
    Property Value
    Type Description
    System.String

    IntegratedSecurity

    Declaration
    public bool IntegratedSecurity { get; set; }
    Property Value
    Type Description
    System.Boolean

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String

    SecurityType

    Declaration
    public SecurityType SecurityType { get; set; }
    Property Value
    Type Description
    SecurityType

    UserName

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved