Skip to main content
All docs
V25.1
  • WebDocumentViewerProgressBarSettings.Assign(PropertiesBase) Method

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

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

    Assembly: DevExpress.XtraReports.v25.1.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