SearchSettings.Assign(SearchSettings) Method
In This Article
Copies the settings from the specified SearchSettings object to the current object.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public void Assign(
SearchSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Search |
A Export |
See Also