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

DashboardDesigner.UpdateExtractFile(Boolean, String) Method

Updates a file containing a data extract.

Namespace: DevExpress.DashboardWin

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

Declaration

public bool UpdateExtractFile(
    bool suppressWaitForm,
    string extractDataSourceName
)

Parameters

Name Type Description
suppressWaitForm Boolean

A Boolean value that specifies whether the Loading Panel is shown while an extract file is being updated.

extractDataSourceName String

A String value that specifies the component name of the extract data source.

Returns

Type Description
Boolean

true, if a file containing a data extract has been successfully updated; otherwise, false.

See Also