Skip to main content
All docs
V25.1
  • DefineCrossTabPage Class

    Declaration

    export class DefineCrossTabPage extends FullscreenWizardPage

    constructor(_reportWizardOptions)

    Initializes a new instance of the DefineCrossTabPage class with specified settings.

    Declaration

    constructor(
        _reportWizardOptions: DevExpress.Reporting.Designer.Wizard._ReportWizardOptions
    )

    Parameters

    Name Type
    _reportWizardOptions _ReportWizardOptions

    Methods

    canNext Method

    Declaration

    canNext(): boolean

    Returns

    Type
    boolean

    commit Method

    Declaration

    commit(): JQuery.Promise<any, any, any>

    Returns

    Type
    Promise<any,any,any>

    getNextSectionId(sectionId) Method

    Declaration

    getNextSectionId(
        sectionId: string
    ): string

    Parameters

    Name Type
    sectionId string

    Returns

    Type
    string

    registerSections Method

    Declaration

    registerSections(): void