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

    Declaration

    export class SelectCrossTabDataMember extends SelectDataMembersPage

    Inheritance

    constructor(_fieldListCallBack)

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

    Declaration

    constructor(
        _fieldListCallBack: DevExpress.Reporting.Designer.Internal.IReportWizardFieldsCallback,
        _hideDataMemberSubItems?: boolean
    )

    Parameters

    Name Type
    _fieldListCallBack IReportWizardFieldsCallback
    _hideDataMemberSubItems boolean

    Methods

    commit Method

    Declaration

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

    Returns

    Type
    Promise<any,any,any>