Skip to main content

IReportServerClient.GetDataSourceSchema(Int32, Object) Method

Obtains an XML schema of the specified data source.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

string GetDataSourceSchema(
    int dataSourceId,
    object asyncState
)

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.

See Also