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

    Declaration

    export class ConfigureCrossTabPage extends WizardPageBase

    Inheritance

    WizardPageBase<TState, TResult>
    ConfigureCrossTabPage

    constructor(stateName, itemInfo, title, localizationId)

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

    Declaration

    constructor(
        stateName: string,
        itemInfo: DevExpress.Analytics.Utils.ISerializationInfo,
        title: string,
        localizationId: string
    )

    Parameters

    Name Type
    stateName string
    itemInfo ISerializationInfo
    title string
    localizationId string

    Properties

    changeAlways Property

    Declaration

    changeAlways: boolean

    Property Value

    Type
    boolean

    fieldInfos Property

    Declaration

    fieldInfos: ko.ObservableArray<DevExpress.Reporting.Designer.Internal.FieldInfo>

    Property Value

    Type
    ObservableArray<FieldInfo>

    isDroppable Property

    Declaration

    isDroppable: ko.Computed<boolean>

    Property Value

    Type
    Computed<boolean>

    itemInfo Property

    Declaration

    itemInfo: DevExpress.Analytics.Utils.ISerializationInfo

    Property Value

    Type
    ISerializationInfo

    stateName Property

    Declaration

    stateName: string

    Property Value

    Type
    string

    underCursor Property

    Declaration

    underCursor: ko.Observable<DevExpress.Analytics.Internal.IHoverInfo> | ko.Computed<DevExpress.Analytics.Internal.IHoverInfo>

    Property Value

    Type
    Observable<IHoverInfo>
    Computed<IHoverInfo>

    Methods

    addInfo Method

    Declaration

    addInfo(
        fieldName?: string
    ): void

    Parameters

    Name Type
    fieldName string

    canFinish Method

    Declaration

    canFinish(): boolean

    Returns

    Type
    boolean

    initialize(state) Method

    Declaration

    initialize(
        state: DevExpress.Reporting.Designer.Wizard.IReportWizardState,
        stateChanged?: boolean
    ): JQuery.Promise<any, any, any>

    Parameters

    Name Type
    state IReportWizardState
    stateChanged boolean

    Returns

    Type
    Promise<any,any,any>

    setFieldDefaultValue(defaultVal, fieldInfo) Method

    Declaration

    setFieldDefaultValue(
        defaultVal: any,
        fieldInfo: DevExpress.Reporting.Designer.Internal.FieldInfo
    ): void

    Parameters

    Name Type
    defaultVal any
    fieldInfo FieldInfo