Skip to main content

SelectLabelTypePage(ISelectLabelTypePageView, ILabelProductRepository) Constructor

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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.

See Also