IReportService.GetReportParameters(InstanceIdentity) Method
In This Article
Returns an object that contains parameters available in a report.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.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 | Instance |
An Instance |
#Returns
Type | Description |
---|---|
Report |
A Report |
See Also