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

    Contains information about a data source connection.

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

    Constructors

    ConnectionProperties()

    Declaration
    public ConnectionProperties()

    ConnectionProperties(ConnectionProperties)

    Declaration
    public ConnectionProperties(ConnectionProperties connectionProperties)
    Parameters
    Type Name Description
    ConnectionProperties connectionProperties

    ConnectionProperties(ReportSerializer)

    Declaration
    public ConnectionProperties(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    ConnectString

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

    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

    EmbedCredentials

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

    IntegratedSecurity

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

    IsDesignState

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

    PassWord

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

    Prompt

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

    UserName

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

    Methods

    ResetCustomProperties()

    Declaration
    public void ResetCustomProperties()

    ResetIntegratedSecurity()

    Declaration
    public void ResetIntegratedSecurity()

    ResetIsDesignState()

    Declaration
    public void ResetIsDesignState()

    ShouldSerializeCustomProperties()

    Declaration
    public bool ShouldSerializeCustomProperties()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIntegratedSecurity()

    Declaration
    public bool ShouldSerializeIntegratedSecurity()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIsDesignState()

    Declaration
    public bool ShouldSerializeIsDesignState()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePassWord()

    Declaration
    public bool ShouldSerializePassWord()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePrompt()

    Declaration
    public bool ShouldSerializePrompt()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeUserName()

    Declaration
    public bool ShouldSerializeUserName()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved