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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public interface ILabelProductRepository

The following members return ILabelProductRepository objects:

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