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