StiMapResourceHelper Class
Namespace: Stimulsoft.Report.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
GetIsoAlpha2FromName static |
string | |
GetIsoAlpha3FromName static |
string | |
GetSvgBlockFromIsoAlpha2 static |
StiMapSvg | |
GetSvgBlockFromName static |
StiMapSvg |
Method Details
GetIsoAlpha2FromName static
GetIsoAlpha2FromName(name: string, mapId: string, lang: string, report: StiReport): string
Parameters
- name (string)
- mapId (string)
- lang (string)
- report (StiReport)
Returns string
GetIsoAlpha3FromName static
GetIsoAlpha3FromName(name: string, mapId: string, lang: string, report: StiReport): string
Parameters
- name (string)
- mapId (string)
- lang (string)
- report (StiReport)
Returns string
GetSvgBlockFromIsoAlpha2 static
GetSvgBlockFromIsoAlpha2(alpha2: string, mapId: string, lang: string, report: StiReport): StiMapSvg
Parameters
- alpha2 (string)
- mapId (string)
- lang (string)
- report (StiReport)
Returns StiMapSvg
GetSvgBlockFromName static
GetSvgBlockFromName(name: string, mapId: string, lang: string, report: StiReport): StiMapSvg
Parameters
- name (string)
- mapId (string)
- lang (string)
- report (StiReport)
Returns StiMapSvg