Skip to main content

ILabelProductRepository Interface

If implemented, stores settings for the available label products.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public interface ILabelProductRepository

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