ConfigureCrossTabPage Class
In This Article
#Declaration
TypeScript
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
TypeScript
constructor(
stateName: string,
itemInfo: DevExpress.Analytics.Utils.ISerializationInfo,
title: string,
localizationId: string
)
#Parameters
Name | Type |
---|---|
state |
string |
item |
ISerialization |
title | string |
localization |
string |
#Properties
#changeAlways Property
#Declaration
TypeScript
changeAlways: boolean
#Property Value
Type |
---|
boolean |
#fieldInfos Property
#Declaration
TypeScript
fieldInfos: ko.ObservableArray<DevExpress.Reporting.Designer.Internal.FieldInfo>
#Property Value
Type |
---|
Observable |
#isDroppable Property
#Declaration
TypeScript
isDroppable: ko.Computed<boolean>
#Property Value
Type |
---|
Computed<boolean> |
#itemInfo Property
#Declaration
TypeScript
itemInfo: DevExpress.Analytics.Utils.ISerializationInfo
#Property Value
Type |
---|
ISerialization |
#stateName Property
#Declaration
TypeScript
stateName: string
#Property Value
Type |
---|
string |
#underCursor Property
#Declaration
TypeScript
underCursor: ko.Observable<DevExpress.Analytics.Internal.IHoverInfo> | ko.Computed<DevExpress.Analytics.Internal.IHoverInfo>
#Property Value
Type |
---|
Observable<IHover |
Computed<IHover |
#Methods
#addInfo Method
#Declaration
TypeScript
addInfo(
fieldName?: string
): void
#Parameters
Name | Type |
---|---|
field |
string |
#canFinish Method
#Declaration
TypeScript
canFinish(): boolean
#Returns
Type |
---|
boolean |
#initialize(state) Method
#Declaration
TypeScript
initialize(
state: DevExpress.Reporting.Designer.Wizard.IReportWizardState,
stateChanged?: boolean
): JQuery.Promise<any, any, any>
#Parameters
Name | Type |
---|---|
state | IReport |
state |
boolean |
#Returns
Type |
---|
Promise |
#setFieldDefaultValue(defaultVal, fieldInfo) Method
#Declaration
TypeScript
setFieldDefaultValue(
defaultVal: any,
fieldInfo: DevExpress.Reporting.Designer.Internal.FieldInfo
): void
#Parameters
Name | Type |
---|---|
default |
any |
field |
Field |