Skip to main content
A newer version of this page is available.
All docs
V18.2

XDocumentLabelProductRepository(XDocument) Constructor

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

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v18.2.dll

Declaration

public XDocumentLabelProductRepository(
    XDocument document
)

Parameters

Name Type Description
document XDocument

A XDocument object.

See Also