Skip to main content

XDocumentLabelProductRepository(XDocument) Constructor

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

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XDocumentLabelProductRepository(
    XDocument document
)

Parameters

Name Type Description
document XDocument

A XDocument object.

See Also