combit List & Label 28 - .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
    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 files
    DeleteProjectDelete projects.
    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 file from the file system.
    UploadProjectUpload a project from the file system.
    Inheritance Hierarchy

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

    Requirements

    Platforms: Windows 8.1, Windows 10 (Version 20H2 - 22H2), Windows 11 (21H2 - 22H2), Windows Server 2012 - 2022

    See Also