Skip to main content
All docs
V19.2

IReportWizardServiceClient.GetDataSourcesAsync(Object) Method

Obtains a report’s data sources (asynchronously).

Namespace: DevExpress.Data.XtraReports.ServiceModel

Assembly: DevExpress.Data.v19.2.dll

Declaration

void GetDataSourcesAsync(
    object asyncState
)

Parameters

Name Type Description
asyncState Object

A Object value, containing information about the asynchronous operation.

See Also