Click or drag to resize

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
Members
  Member nameValueDescription
Default0 A parameter indicating that the code page of the exported document will not be specified.
USDOS437 A code page of the exported document is U.S. MS-DOS. Code page number 437.
MazoviaDOS620 A code page of the exported document is Mazovia (Polish) MS-DOS. Code page number 620.
GreekDOS737 A code page of the exported document is Greek MS-DOS (437G). Code page number 737.
InternationalDOS850 A code page of the exported document is International MS-DOS. Code page number 850.
EasternEuropeanDOS852 A code page of the exported document is Eastern European MS-DOS. Code page number 852.
IcelandicDOS861 A code page of the exported document is Icelandic MS-DOS. Code page number 861.
NordicDOS865 A code page of the exported document is Nordic MS-DOS. Code page number 865.
RussianDOS866 A code page of the exported document is Russian MS-DOS. Code page number 866.
KamenickyDOS895 A code page of the exported document is Kamenicky (Czech) MS-DOS. Code page number 895.
TurkishDOS857 A code page of the exported document is Turkish MS-DOS. Code page number 857.
EasternEuropeanWindows1250 A code page of the exported document is EasternEuropean MS-DOS. Code page number 1250.
RussianWindows1251 A code page of the exported document is Russian Windows. Code page number 1251.
WindowsANSI1252 A code page of the exported document is Windows ANSI. Code page number 1252.
GreekWindows1253 A code page of the exported document is Greek Windows. Code page number 1253.
TurkishWindows1254 A code page of the exported document is Turkish Windows. Code page number 1254.
StandardMacintosh10000 A code page of the exported document is Standard Macintosh. Code page number 10000.
GreekMacintosh10006 A code page of the exported document is Greek Macintosh. Code page number 10006.
RussianMacintosh10007 A code page of the exported document is Russian Macintosh. Code page number 10007.
EasternEuropeanMacintosh10029 A code page of the exported document is Eastern European Macintosh. Code page number 10029.
See Also