ReportPreviewSettings.Assign(ReportPreviewSettings) Method
Copies the settings from the specified ReportPreviewSettings object to the current object.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | ReportPreviewSettings | A ReportPreviewSettings object whose settings are assigned to the current object. |
See Also