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


In This Topic
    LlFileType Enumeration
    In This Topic
    Enumeration of the file types belonging to a project type. For further information see the FileExtensions Class.
    Syntax
    'Declaration
     
    
    Public Enum LlFileType 
       Inherits System.Enum
    public enum LlFileType : System.Enum 
    public enum class LlFileType : public System.Enum 
    Members
    MemberDescription
    PrinterSettings

    The so-called P-file that contains the printer settings and customized export options.

    The default file extension is *.??p (also see FileExtensions).

    ProjectThe actual project file that contains the layout etc. of the report.
    Sketch

    Thumbnail preview of the selected project in the file selection dialog.

    The default file extension is *.??v (also see FileExtensions).

    Remarks
    The Sketch and PrinterSettings files do not have to be redistributed with a project file. For redistributing, the project file is sufficient.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlFileType

    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