CustomizeLabelPage(ICustomizeLabelPageView, ILabelProductRepository) Constructor
In This Article
Initializes a new instance of the CustomizeLabelPage<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public CustomizeLabelPage(
ICustomizeLabelPageView view,
ILabelProductRepository repository
)
#Parameters
Name | Type | Description |
---|---|---|
view | ICustomize |
An object implementing the ICustomize |
repository | ILabel |
An object implementing the ILabel |
See Also