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

XDocumentLabelProductRepository(XDocument) Constructor

Initializes a new instance of the XDocumentLabelProductRepository class with the specified XML document.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public XDocumentLabelProductRepository(
    XDocument document
)

Parameters

Name Type Description
document XDocument

A XDocument object.

See Also