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

IReportWizardServiceClient.GetColumnsAsync(String, TableInfo, Object) Method

Obtains columns from a data source (asynchronously).

Namespace: DevExpress.Data.XtraReports.ServiceModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

void GetColumnsAsync(
    string dataSourceName,
    TableInfo dataMemberName,
    object asyncState
)

Parameters

Name Type Description
dataSourceName String

A String value.

dataMemberName TableInfo

A TableInfo object.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also