Skip to main content

ConfigureOlapParametersPageView.ApplyParameters(String) Method

Applies parameters from the specified connection string.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public void ApplyParameters(
    string connectionString
)

Parameters

Name Type Description
connectionString String

A String object that is the connection string.

See Also