StiDialogInfo Class

Namespace: Stimulsoft.Report.Dictionary

Inheritance

Implements: ICloneable

Constructors

Constructor Description
StiDialogInfo()  
StiDialogInfo(StiDateTimeType type, string mask, bool allowUserValues, stringkeys , stringvalues )  
StiDialogInfo(StiDateTimeType type, string mask, bool allowUserValues, string keysColumn, string valuesColumn)  
StiDialogInfo(StiDateTimeType type, string mask, bool allowUserValues, stringkeys , stringvalues , boolcheckedStates )  

StiDialogInfo()


StiDialogInfo(type: StiDateTimeType, mask: string, allowUserValues: bool, **: stringkeys, **: stringvalues)

Parameters

  • type (StiDateTimeType)
  • mask (string)
  • allowUserValues (bool)
  • ** (stringkeys)
  • ** (stringvalues)

StiDialogInfo(type: StiDateTimeType, mask: string, allowUserValues: bool, keysColumn: string, valuesColumn: string)

Parameters

  • type (StiDateTimeType)
  • mask (string)
  • allowUserValues (bool)
  • keysColumn (string)
  • valuesColumn (string)

StiDialogInfo(type: StiDateTimeType, mask: string, allowUserValues: bool, **: stringkeys, **: stringvalues, **: boolcheckedStates)

Parameters

  • type (StiDateTimeType)
  • mask (string)
  • allowUserValues (bool)
  • ** (stringkeys)
  • ** (stringvalues)
  • ** (boolcheckedStates)

Properties

Property Type Description
AllowUserValues bool  
BindingValue bool  
BindingValuesColumn string  
BindingVariable StiVariable  
CheckedColumn string  
CheckedStates bool[]  
DateTimeType StiDateTimeType  
FilterExpression string  
ItemsInitializationType StiItemsInitializationType  
Keys string[]  
KeysColumn string  
Mask string  
RememberSelection bool  
SortDirection StiVariableSortDirection  
SortField StiVariableSortField  
Validation string  
Values string[]  
ValuesBindingList List[]  
ValuesColumn string  

Methods

Method Returns Description
Clone object Creates a new object that is a copy of the current instance.
Convert static string  
GetAndParseDialogInfoItems List  
GetDialogInfoItems List  
LoadFromJsonObject void  
OrderBy List  
SaveToJsonObject JObject  
SetDialogInfoItems void  

Method Details

Clone

Clone(): object

Creates a new object that is a copy of the current instance.

Returns object — A new object that is a copy of this instance.


Convert static

Convert(value: object): string

Parameters

  • value (object)

Returns string


GetAndParseDialogInfoItems

GetAndParseDialogInfoItems(type: Type, culture: CultureInfo, **: stringkeys, **report: StiReport): List

Parameters

  • type (Type)
  • culture (CultureInfo)
  • ** (stringkeys)
  • report (StiReport)

Returns List


GetDialogInfoItems

GetDialogInfoItems(type: Type, culture: CultureInfo, **: stringkeys): List

Parameters

  • type (Type)
  • culture (CultureInfo)
  • ** (stringkeys)

Returns List


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject, report: StiReport): void

Parameters


OrderBy

OrderBy(items: List): List

Parameters

  • items (List)

Returns List


SaveToJsonObject

SaveToJsonObject(): JObject

Returns JObject


SetDialogInfoItems

SetDialogInfoItems(items: List, **type**: Type): void

Parameters

  • items (List)
  • type (Type)