Skip to main content

IReportServerClient.GetColumnsAsync(String, TableInfo, Object) Method

Asynchronously returns the data columns corresponding to a specified data member.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Parameters

Name Type Description
dataSourceName String

A String value, specifying the data source name.

dataMemberName TableInfo

A TableInfo object, identifying the data member.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also