Search Results for

    Show / Hide Table of Contents

    Class DatabaseLoginEventArgs

    Provides data for the DatabaseLogin event.

    Inheritance
    System.Object
    DatabaseLoginEventArgs
    Namespace: FastReport
    Assembly: FastReport.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
    Back to top © 1998-2025 Copyright Fast Reports Inc.