ASP.NET Core

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

    Show / Hide Table of Contents

    Class DataSourceInfo

    Class for DataSourceInfo.

    Inheritance
    System.Object
    DataSourceInfo
    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: Syncfusion.EJ.ReportViewer
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class DataSourceInfo

    Constructors

    DataSourceInfo()

    Declaration
    public DataSourceInfo()

    Properties

    ConnectString

    Gets or sets string value of ConnectString.

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

    DataProvider

    Gets or sets string value of DataProvider.

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

    DataSourceName

    Gets or sets string value of DataSource Name.

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

    IntegratedSecurity

    Gets or sets boolean value of IntegratedSecurity.

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

    SharedDataSourceName

    Gets or sets string value of Shared DataSource Name.

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

    UserName

    Gets or sets string value of 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