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

ConfigureExtractDataSourcePageView.ShowPreviewData(Object) Method

Invokes the Data Preview window containing data that will be placed into a data extract.

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

Declaration

public void ShowPreviewData(
    object data
)

Parameters

Name Type Description
data Object

An object containing data that will be placed into a data extract.

See Also