Skip to main content
All docs
V20.1

DataAccessConnectionHelper.ParseConnectionParameters(String) Method

Namespace: DevExpress.XtraReports.Import

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public static DataConnectionParametersBase ParseConnectionParameters(
    string connectionString
)

Parameters

Name Type
connectionString String

Returns

Type
DataConnectionParametersBase
See Also