Skip to main content
A newer version of this page is available.
All docs
V18.2

IReportWizardServiceClient.GetDataSourcesAsync(Object) Method

Obtains a report’s data sources (asynchronously).

Namespace: DevExpress.Data.XtraReports.ServiceModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

void GetDataSourcesAsync(
    object asyncState
)

Parameters

Name Type Description
asyncState Object

A Object value, containing information about the asynchronous operation.

See Also