ISelectLabelTypePageView Members
If implemented, provides a view for the Select the Label Type page of the Report Wizard.Properties
Name | Description |
---|---|
CurrentPaperKindData | If implemented, specifies the settings of the current paper kind. |
SelectedDetails | If implemented, specifies the entry selected in the Product Number drop-down list. |
SelectedProduct | If implemented, specifies the entry selected in the Label Products drop-down list. |
Methods
Name | Description |
---|---|
FillLabelDetails(IEnumerable<LabelDetails>) | If implemented, populates the Product Number drop-down list. |
FillLabelProducts(IEnumerable<LabelProduct>) | If implemented, populates the Label Products drop-down list. |
UpdateLabelInformation() | If implemented, updates label information displayed in the dedicated editors. |
Events
Name | Description |
---|---|
SelectedLabelProductChanged | Occurs when the active record in the Label Products drop-down list is changed. |
SelectedLabelProductDetailsChanged | Occurs when the active record in the Product Number drop-down list is changed. |
See Also