DashboardDesigner.UpdateExtractFile(Boolean, String) Method
In This Article
Updates a file containing a data extract.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
suppress |
Boolean | A Boolean value that specifies whether the Loading Panel is shown while an extract file is being updated. |
extract |
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