StiDbfCodePages Enumeration |
Enumeration for setting Code Pages.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiDbfCodePages
Public Enumeration StiDbfCodePages
Members
| Member name | Value | Description |
---|
| Default | 0 |
A parameter indicating that the code page of the exported document will not be specified.
|
| USDOS | 437 |
A code page of the exported document is U.S. MS-DOS. Code page number 437.
|
| MazoviaDOS | 620 |
A code page of the exported document is Mazovia (Polish) MS-DOS. Code page number 620.
|
| GreekDOS | 737 |
A code page of the exported document is Greek MS-DOS (437G). Code page number 737.
|
| InternationalDOS | 850 |
A code page of the exported document is International MS-DOS. Code page number 850.
|
| EasternEuropeanDOS | 852 |
A code page of the exported document is Eastern European MS-DOS. Code page number 852.
|
| IcelandicDOS | 861 |
A code page of the exported document is Icelandic MS-DOS. Code page number 861.
|
| NordicDOS | 865 |
A code page of the exported document is Nordic MS-DOS. Code page number 865.
|
| RussianDOS | 866 |
A code page of the exported document is Russian MS-DOS. Code page number 866.
|
| KamenickyDOS | 895 |
A code page of the exported document is Kamenicky (Czech) MS-DOS. Code page number 895.
|
| TurkishDOS | 857 |
A code page of the exported document is Turkish MS-DOS. Code page number 857.
|
| EasternEuropeanWindows | 1250 |
A code page of the exported document is EasternEuropean MS-DOS. Code page number 1250.
|
| RussianWindows | 1251 |
A code page of the exported document is Russian Windows. Code page number 1251.
|
| WindowsANSI | 1252 |
A code page of the exported document is Windows ANSI. Code page number 1252.
|
| GreekWindows | 1253 |
A code page of the exported document is Greek Windows. Code page number 1253.
|
| TurkishWindows | 1254 |
A code page of the exported document is Turkish Windows. Code page number 1254.
|
| StandardMacintosh | 10000 |
A code page of the exported document is Standard Macintosh. Code page number 10000.
|
| GreekMacintosh | 10006 |
A code page of the exported document is Greek Macintosh. Code page number 10006.
|
| RussianMacintosh | 10007 |
A code page of the exported document is Russian Macintosh. Code page number 10007.
|
| EasternEuropeanMacintosh | 10029 |
A code page of the exported document is Eastern European Macintosh. Code page number 10029.
|
See Also