IReportResolver.Resolve(String, Boolean) Method
Returns a report object based on the specified report name.
Namespace: DevExpress.XtraReports.Service.Extensions
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reportName | String | A String value, specifying the report name. |
| getParameters | Boolean | true if the report is required only to obtain its parameters; otherwise false. |
Returns
| Type | Description |
|---|---|
| XtraReport | An XtraReport object. |
See Also