Skip to main content

WebDocumentViewerModel(WebDocumentViewerModel) Constructor

Initializes a new instance of the WebDocumentViewerModel class with the specified prototype.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public WebDocumentViewerModel(
    WebDocumentViewerModel source
)

Parameters

Name Type Description
source WebDocumentViewerModel

A WebDocumentViewerModel object specifying a prototype for a new WebDocumentViewerModel instance.

See Also