Class DatabaseLoginEventArgs
Provides data for the DatabaseLogin event.
Inheritance
System.Object
DatabaseLoginEventArgs
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: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public class DatabaseLoginEventArgs
Constructors
DatabaseLoginEventArgs(String)
Initializes a new instance of the DatabaseLoginEventArgs class using the specified connection string.
Declaration
public DatabaseLoginEventArgs(string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionString | The connection string. |
Properties
ConnectionString
Gets or sets the connection string.
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Gets or sets a password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Gets or sets an user name.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |