Enum StreamFormatType
Report stream format
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public enum StreamFormatType
Fields
| Name | Description |
|---|---|
| Binary | Binary, only usable in Win32 native reporting engine |
| Text | Text, objext oriented, only usable in Win32 native reporting engine |
| XML | XML Text, usable in Win32 native reporting engine and .Net engine |
| XMLZlib | XML Text, zlib compressed, usable in Win32 native reporting engine and .Net engine |
| Zlib | Zlib, binary and compressed, only usable in Win32 native reporting engine |