DashboardDesigner.UpdateExtractFile(Boolean, String) Method
Updates a file containing a data extract.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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