Back to Devexpress

ExtractDataSourceUIHelper.UpdateExtractFile(DashboardExtractDataSource, IWin32Window, UserLookAndFeel) Method

dashboard-devexpress-dot-dashboardwin-dot-extractdatasourceuihelper-dot-updateextractfile-x28-dashboardextractdatasource-iwin32window-userlookandfeel-x29.md

latest3.0 KB
Original Source

ExtractDataSourceUIHelper.UpdateExtractFile(DashboardExtractDataSource, IWin32Window, UserLookAndFeel) Method

Updates the extract data source file displaying the progress and allowing to cancel the process.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public static bool UpdateExtractFile(
    this DashboardExtractDataSource dataSource,
    IWin32Window owner,
    UserLookAndFeel lookAndFeel
)
vb
<ExtensionAttribute>
Public Shared Function UpdateExtractFile(
    dataSource As DashboardExtractDataSource,
    owner As IWin32Window,
    lookAndFeel As UserLookAndFeel
) As Boolean

Parameters

NameTypeDescription
dataSourceDashboardExtractDataSource

The data source to update.

| | owner | IWin32Window |

A IWin32Window object that is the parent window for the task dialog.

| | lookAndFeel | UserLookAndFeel |

A UserLookAndFeel object whose properties specify the look and feel settings applied to the dialog.

|

Returns

TypeDescription
Boolean

True , if the data source is successfully modified; otherwise, false.

|

Remarks

This method calls the UpdateExtractFile method and invokes a window that indicates task progress and allows task cancellation.

See Also

Data Source Wizard

Extract Data Source

ExtractDataSourceUIHelper Class

ExtractDataSourceUIHelper Members

DevExpress.DashboardWin Namespace