combit List & Label 29 - .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.
    BrowseProjectsBrowse the list of available projects.
    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) to the file system.
    DownloadProjectDownload the project to the file system.
    ExportAsExport the project to an specific export format (e.g. PDF, HTML)
    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.
    ViewFilesView non-LLProject (such as previously uploaded PDF or images) files in the BackstageView.
    Inheritance Hierarchy

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

    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