ReportServerClient.GetDataSourceSchema(Int32, Object) Method
Obtains an XML schema of the specified data source.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataSourceId | Int32 | A System.Int32 value specifying a data source. |
| asyncState | Object | A Object value, containing information about the asynchronous operation. |
Returns
| Type | Description |
|---|---|
| String | A System.String containing a data source schema. |
Implements
See Also