IReportServerFacadeAsync.GetDataSourceSchema(Int32, Object) Method
Obtains the data source schema.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataSourceId | Int32 | An integer value, specifying the data source ID. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
Returns
Type | Description |
---|---|
String | A String value, containing the data source schema. |
See Also