[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.OdbcDataSource.OnConnectionStringChanging

OnConnectionStringChanging Method

OnConnectionStringChanging(string)

Allows to edit the connection string when its current value is about to change.

Declaration
protected override string OnConnectionStringChanging(string value)
Parameters
Type Name Description
string value

The current value of the connection string.

Returns
Type Description
string

The connection string

Overrides