Enum LlExportTarget
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the target format for export operations.
public enum LlExportTarget
Fields
Csv = 0Export as CSV (Comma-Separated Values).
Jpeg = 3Export as JPEG.
Json = 1Export as JSON.
Pdf = 2Export as PDF.
Png = 4Export as PNG.
Svg = 5Export as SVG.