ReportServerClient.GetColumnsAsync(String, TableInfo, Object) Method
Asynchronously obtains a collection of columns available in the specified data member.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public void GetColumnsAsync(
string dataSourceName,
TableInfo dataMemberName,
object asyncState
)
Parameters
Name | Type | Description |
---|---|---|
dataSourceName | String | A String value, specifying a data source. |
dataMemberName | TableInfo | A TableInfo value, specifying a data member. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
Implements
See Also