combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlExportTarget Enumeration


In This Topic
    LlExportTarget Enumeration
    In This Topic
    Collection of the available export targets.
    Syntax
    'Declaration
     
    
    Public Enum LlExportTarget 
       Inherits System.Enum
    public enum LlExportTarget : System.Enum 
    public enum class LlExportTarget : public System.Enum 
    Members
    MemberDescription
    Bitmap

    Native value is "PICTURE_BMP".

    Docx

    Native value is "DOCX".

    Html

    Native value is "HTML".

    Jpeg

    Native value is "PICTURE_JPEG".

    Jqm

    Native value is "JQM".

    Json 
    MetaFile

    Native value is "PICTURE_EMF".

    Mhtml

    Native value is "MHTML".

    MultiTiff

    Native value is "PICTURE_MULTITIFF".

    Pdf

    Native value is "PDF".

    Png

    Native value is "PICTURE_PNG".

    Pptx

    Native value is "PPTX".

    Preview

    Native value is "PRV".

    Rtf

    Native value is "RTF".

    Svg

    Native value is "SVG".

    Text

    Native value is "TXT".

    TextLayout

    Native value is "TXT_LAYOUT".

    Tiff

    Native value is "PICTURE_TIFF".

    Tty

    Native value is "TTY".

    Xhtml

    Native value is "XHTML".

    Xls

    Native value is "XLS".

    Xlsx

    Native value is "XLS".

    Xml

    Native value is "XML".

    Xps

    Native value is "XPS".

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlExportTarget

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also