combit List & Label 30 - .NET Help
combit.Reporting.Web.WebReportDesigner.Server Namespace / WebReportDesignerAction Enumeration


In This Topic
    WebReportDesignerAction Enumeration
    In This Topic
    Actions in the Web Report Designer.
    Syntax
    'Declaration
     
    
    Public Enum WebReportDesignerAction 
       Inherits System.Enum
    public enum WebReportDesignerAction : System.Enum 
    public enum class WebReportDesignerAction : public System.Enum 
    Members
    MemberDescription
    AboutShow about page with copyright information in the BackstageView. If you disable displayInFrontend copyright information will not be displayed and you are responsible for disclosing the shown licenses from the about page in your application.
    AutomaticBackupCreates automatically project backups to prevent data loss. Enables the user to save a restored project in the repository.
    CreateNewProjectCreate a new project.
    DeleteFileDelete a non-LLProject (such as PDF or images)
    DeleteProjectDelete projects.
    DownloadFileDownload the non-LLProject (such as previously uploaded PDF or images) file to the file system.
    DownloadProjectDownload the project to the file system.
    ExportAsExport the project to an specific export format (e.g. PDF, HTML)
    ManageRepositoryView, rename and move LL-Project, non-LLProject (such as previously uploaded PDF or images as well) files and folders within the file system.
    OpenProjectsOpen projects from the repository.
    SaveAsProjectSave a copy of the project with a different name.
    SaveProjectSave a project.
    UnlockProjectUnlock projects.
    UploadFileUpload a non-LLProject (such as PDF or images) from the file system.
    UploadProjectUpload a project from the file system.
    Remarks

    Previous ViewFiles element (obsolete) has been replaced by ManageRepository.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Web.WebReportDesigner.Server.WebReportDesignerAction

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 24H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

    See Also