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.v19.1.dll

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

Declaration

public XDocumentLabelProductRepository(
    XDocument document
)

Parameters

Name Type Description
document XDocument

A XDocument object.

See Also