SpecifyLabelSettingsPage Class
Implements the Report Wizard’s Specify Page Settings (Label) page.
#Declaration
export class SpecifyLabelSettingsPage extends FullscreenWizardPage
#Remarks
This wizard page allows users to specify a label report’s settings.
You can customize this page, hide specific sections or remove this page from the Report Wizard. To identify this page in code, use the FullscreenReportWizardPageId.SpecifyLabelSettingsPage enumeration value.
See the following topics for more information:
- Customize the Report/Data Source Wizard (ASP.NET Web Forms)
- Customize the Report/Data Source Wizard (ASP.NET MVC)
- Customize the Report/Data Source Wizard (ASP.NET Core)
#Inherited Members
#Inheritance
#constructor(_reportWizardOptions)
Initializes a new instance of the SpecifyLabelSettingsPage
class with specified settings.
#Declaration
constructor(
_reportWizardOptions: DevExpress.Reporting.Designer.Wizard._ReportWizardOptions
)
#Parameters
Name | Type |
---|---|
_report |
_Report |
#Methods
#canNext Method
Specifies whether the Next button is enabled on a wizard page.
#Declaration
canNext(): boolean
#Returns
Type | Description |
---|---|
boolean | true, if the Next button is enabled; otherwise, false. |
#getNextSectionId(sectionId) Method
Returns the next section’s ID.
#Declaration
getNextSectionId(
sectionId: string
): string
#Parameters
Name | Type | Description |
---|---|---|
section |
string | The current section’s ID. |
#Returns
Type | Description |
---|---|
string | The next section’s ID. |
#Remarks
You should override this method when you remove a specific section from the page and want to skip this section in the navigation logic.
See the following topics for more information:
- Customize the Report/Data Source Wizard (ASP.NET Web Forms)
- Customize the Report/Data Source Wizard (ASP.NET MVC)
- Customize the Report/Data Source Wizard (ASP.NET Core)
#registerSections Method
Registers the page’s sections.
#Declaration
registerSections(): void
#Remarks
This method registers the following sections in the Specify Page Settings (Label) page:
- SelectLabelTypePage - allows users to select the label type;
- CustomizeLabelPage - allows users to customize the page size and label settings.