ConfigureCrossTabPage Class
Declaration
export class ConfigureCrossTabPage extends WizardPageBase
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
Properties
changeAlways Property
Declaration
changeAlways: boolean
Property Value
fieldInfos Property
Declaration
fieldInfos: ko.ObservableArray<DevExpress.Reporting.Designer.Internal.FieldInfo>
Property Value
isDroppable Property
Declaration
isDroppable: ko.Computed<boolean>
Property Value
itemInfo Property
Declaration
itemInfo: DevExpress.Analytics.Utils.ISerializationInfo
Property Value
stateName Property
Declaration
stateName: string
Property Value
underCursor Property
Declaration
underCursor: ko.Observable<DevExpress.Analytics.Internal.IHoverInfo> | ko.Computed<DevExpress.Analytics.Internal.IHoverInfo>
Property Value
Methods
addInfo Method
Declaration
addInfo(
fieldName?: string
): void
Parameters
Name |
Type |
fieldName |
string |
canFinish Method
Declaration
canFinish(): boolean
Returns
initialize(state) Method
Declaration
initialize(
state: DevExpress.Reporting.Designer.Wizard.IReportWizardState,
stateChanged?: boolean
): JQuery.Promise<any, any, any>
Parameters
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 |