ReportParameter.Assign(ReportParameter) Method
Assigns the settings of a specified parameter to the current parameter.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportParameter | ReportParameter | A ReportParameter object whose settings to assign to the current parameter. |
See Also