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

IReportWizardServiceClient.GetDataMembersAsync(String, Object) Method

Obtains the data members from a report’s data source (asynchronously).

Namespace: DevExpress.Data.XtraReports.ServiceModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

void GetDataMembersAsync(
    string dataSourceName,
    object asyncState
)

Parameters

Name Type Description
dataSourceName String

A String value, specifying the data source name.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also