Skip to main content
A newer version of this page is available. .

WebDocumentViewerProgressBarSettings.Assign(PropertiesBase) Method

Copies public property values from the specified object to the current object.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public override void Assign(
    PropertiesBase source
)

Parameters

Name Type Description
source PropertiesBase

An object whose public property values are copied to the current object.

See Also