[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ConnectionProperties

ConnectionProperties Class

Represents the connection properties used to connect to a data source.

Inheritance
ConnectionProperties
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class ConnectionProperties : IValidateable

Constructors

Name Description
ConnectionProperties()

Initializes a new instance of the ConnectionProperties class.

Properties

Name Description
ConnectString

Gets or sets a connection string used to connect to the data source.

ConnectStringType

Gets or sets the type of the connection string.

DataProvider

Gets or sets the type of the data source.

IntegratedSecurity

Gets or sets a value indicating whether the data source uses integrated security for connection.

Prompt

Gets or sets a prompt displayed to the user when credentials are required for connecting to the database with the specified data source.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the ConnectionProperties object.

Extension Methods