Skip to main content
A newer version of this page is available. .

ILabelProductRepository Interface

If implemented, stores settings for the available label products.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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