ReportDesignerParameterEditingSettings.Assign(ReportDesignerParameterEditingSettings) Method
Copies all settings from the ReportDesignerParameterEditingSettings object passed as a parameter.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | ReportDesignerParameterEditingSettings | A ReportDesignerParameterEditingSettings object whose settings are assigned to the current object. |
See Also