Skip to main content

IReportServerFacadeAsync.GetDataSourceSchema(Int32, Object) Method

Obtains the data source schema.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

[OperationContract]
string GetDataSourceSchema(
    int dataSourceId,
    object asyncState
)

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