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

IReportService.GetReportParameters(InstanceIdentity) Method

Returns an object that contains parameters available in a report.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v18.2.Service.dll

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
ReportParameterContainer GetReportParameters(
    InstanceIdentity identity
)

Parameters

Name Type Description
identity InstanceIdentity

An InstanceIdentity object.

Returns

Type Description
ReportParameterContainer

A ReportParameterContainer object.

See Also