Skip to main content
A newer version of this page is available. .

ReportServerClient.GetDataSourceSchema(Int32, Object) Method

Obtains an XML schema of the specified data source.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

public 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