StiDataParser Class

Namespace: Stimulsoft.Data.Parsers

Constructors

Constructor Description
constructor(IStiAppDictionary dictionary, DataTable table, IStiMeter[] meters)  

constructor(dictionary: IStiAppDictionary, table: DataTable, meters: IStiMeter[])

Parameters

Methods

Method Returns Description
getDataColumnIndex number  
getDimensionIndex number  
getSystemVariableValue any  
getVariableValue any  
isSystemVariable any  
isVariable boolean  
runFunction any  

Method Details

getDataColumnIndex

getDataColumnIndex(columnName: string): number

Parameters

  • columnName (string)

Returns number


getDimensionIndex

getDimensionIndex(dimension: IStiDimensionMeter): number

Parameters

  • dimension (IStiDimensionMeter)

Returns number


getSystemVariableValue

getSystemVariableValue(name: string): any

Parameters

  • name (string)

Returns any


getVariableValue

getVariableValue(name: string): any

Parameters

  • name (string)

Returns any


isSystemVariable

isSystemVariable(name: string): any

Parameters

  • name (string)

Returns any


isVariable

isVariable(name: string): boolean

Parameters

  • name (string)

Returns boolean


runFunction

runFunction(funcName: string, args: FunctionArgs): any

Parameters

  • funcName (string)
  • args (FunctionArgs)

Returns any

Fields

Field Type Description
arg1 any  
dataColumnIndex any  
dictionary IStiAppDictionary  
grandRowsConditions Dictionary<string, object>  
isGrandTotal boolean  
meters IStiMeter[]  
name any  
table DataTable