StiGlobalizationContainer Class

Namespace: Stimulsoft.Report

Inheritance

Implements: IStiJsonReportObject

Constructors

Constructor Description
StiGlobalizationContainer()  
StiGlobalizationContainer(string cultureName)  

StiGlobalizationContainer()


StiGlobalizationContainer(cultureName: string)

Parameters

  • cultureName (string)

Properties

Property Type Description
CultureName string  
Items StiGlobalizationItemCollection  

Methods

Method Returns Description
FillItemsFromReport void  
GetAllStringsForReport Hashtable Internal use only.
LoadFromJsonObject void  
LocalizeReport void  
RemoveUnlocalizedItemsFromReport void  
SaveToJsonObject JObject  

Method Details

FillItemsFromReport

FillItemsFromReport(report: StiReport): void

Parameters


GetAllStringsForReport

GetAllStringsForReport(report: StiReport): Hashtable

Internal use only.

Parameters

Returns Hashtable — Array of strings


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


LocalizeReport

LocalizeReport(report: StiReport): void

Parameters


RemoveUnlocalizedItemsFromReport

RemoveUnlocalizedItemsFromReport(report: StiReport): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject