ReportService.GetReportParameters(InstanceIdentity) Method
Returns an object that contains parameters available in a report.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
identity | InstanceIdentity | An InstanceIdentity object. |
Returns
Type | Description |
---|---|
ReportParameterContainer | A ReportParameterContainer object. |
Implements
See Also