IReportDataSourceHelper.SetXafReportParametersObject(XtraReport, ReportParametersObjectBase) Method
In This Article
Adds a ReportParametersObjectBase descendant object that specifies report parameters to the XtraReport.Parameters collection (if this object exists).
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
void SetXafReportParametersObject(
XtraReport report,
ReportParametersObjectBase parametersObject
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
An Xtra |
parameters |
Report |
A Report |
See Also