Back to Devexpress

ILabelProductRepository Interface

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-labels.md

latest1.7 KB
Original Source

ILabelProductRepository Interface

If implemented, stores settings for the available label products.

Namespace : DevExpress.XtraReports.Wizards.Labels

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public interface ILabelProductRepository
vb
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

ILabelProductRepository Members

LabelProduct

LabelProductRepositoryFactory

DevExpress.XtraReports.Wizards.Labels Namespace