Class CreateDataConnectionData
Provides information for creating a new data connection.
Inheritance
System.Object
CreateDataConnectionData
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: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class CreateDataConnectionData
Constructors
CreateDataConnectionData()
Declaration
public CreateDataConnectionData()
Properties
ConnectionString
Specifies the data connection connection string.
Declaration
public string ConnectionString { get; set; }
Property Value
System.String
|
Description
Specifies the data connection description.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Name
Specifies the data connection name.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Provider
Specifies the data connection provider.
Declaration
public string Provider { get; set; }
Property Value
System.String
|