ILabelProductRepository Interface
If implemented, stores settings for the available label products.
Namespace: DevExpress.XtraReports.Wizards.Labels
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Remarks
The base class that implements this interface is XDocumentLabelProductRepository.
An object of the ILabelProductRepository type is returned by the LabelProductRepositoryFactory.Create method.
See Also