You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiDbfCodePages Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Export.StiDbfCodePages Enumeration

Enumeration for setting Code Pages.

Syntax
C++
C#
Visual Basic
public: enum StiDbfCodePages { Default = 0, USDOS = 437, MazoviaDOS = 620, GreekDOS = 737, InternationalDOS = 850, EasternEuropeanDOS = 852, IcelandicDOS = 861, NordicDOS = 865, RussianDOS = 866, KamenickyDOS = 895, TurkishDOS = 857, EasternEuropeanWindows = 1250, RussianWindows = 1251, WindowsANSI = 1252, GreekWindows = 1253, TurkishWindows = 1254, StandardMacintosh = 10000, GreekMacintosh = 10006, RussianMacintosh = 10007, EasternEuropeanMacintosh = 10029 };
Members
Members 
Description 
Default 
A parameter indicating that the code page of the exported document will not be specified.  
USDOS 
A code page of the exported document is U.S. MS-DOS. Code page number 437.  
MazoviaDOS 
A code page of the exported document is Mazovia (Polish) MS-DOS. Code page number 620.  
GreekDOS 
A code page of the exported document is Greek MS-DOS (437G). Code page number 737.  
InternationalDOS 
A code page of the exported document is International MS-DOS. Code page number 850.  
EasternEuropeanDOS 
A code page of the exported document is Eastern European MS-DOS. Code page number 852.  
IcelandicDOS 
A code page of the exported document is Icelandic MS-DOS. Code page number 861.  
NordicDOS 
A code page of the exported document is Nordic MS-DOS. Code page number 865.  
RussianDOS 
A code page of the exported document is Russian MS-DOS. Code page number 866.  
KamenickyDOS 
A code page of the exported document is Kamenicky (Czech) MS-DOS. Code page number 895.  
TurkishDOS 
A code page of the exported document is Turkish MS-DOS. Code page number 857.  
EasternEuropeanWindows 
A code page of the exported document is EasternEuropean MS-DOS. Code page number 1250.  
RussianWindows 
A code page of the exported document is Russian Windows. Code page number 1251.  
WindowsANSI 
A code page of the exported document is Windows ANSI. Code page number 1252.  
GreekWindows 
A code page of the exported document is Greek Windows. Code page number 1253.  
TurkishWindows 
A code page of the exported document is Turkish Windows. Code page number 1254.  
StandardMacintosh 
A code page of the exported document is Standard Macintosh. Code page number 10000.  
GreekMacintosh 
A code page of the exported document is Greek Macintosh. Code page number 10006.  
RussianMacintosh 
A code page of the exported document is Russian Macintosh. Code page number 10007.  
EasternEuropeanMacintosh 
A code page of the exported document is Eastern European Macintosh. Code page number 10029.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.