Skip to main content
A newer version of this page is available.
All docs
V18.2

SelectLabelTypePage(ISelectLabelTypePageView, ILabelProductRepository) Constructor

Initializes a new instance of the SelectLabelTypePage<TModel> class with the specified settings.

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v18.2.dll

Declaration

public SelectLabelTypePage(
    ISelectLabelTypePageView view,
    ILabelProductRepository repository
)

Parameters

Name Type Description
view ISelectLabelTypePageView

An object implementing the ISelectLabelTypePageView interface.

repository ILabelProductRepository

An object implementing the ILabelProductRepository interface. (Typically, it is the XDocumentLabelProductRepository object.)

See Also