Skip to main content
A newer version of this page is available. .

ConfigureOlapParametersPageView.ApplyParameters(String) Method

Applies parameters from the specified connection string.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v20.2.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public void ApplyParameters(
    string connectionString
)

Parameters

Name Type Description
connectionString String

A String object that is the connection string.

See Also