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.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | ReportPreviewSettings | A ReportPreviewSettings object whose settings are assigned to the current object. |
See Also