Skip to main content

IReportService.GetReportParameters(InstanceIdentity) Method

Returns an object that contains parameters available in a report.

Namespace: DevExpress.XtraReports.Service

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

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

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