combit List & Label 29 - .NET Help
combit.ReportServer.ClientApi Namespace / UserRights Enumeration


In This Topic
    UserRights Enumeration
    In This Topic
    Types of permission that user groups and their members can have.
    Syntax
    'Declaration
     
    
    Public Enum UserRights 
       Inherits System.Enum
    public enum UserRights : System.Enum 
    public enum class UserRights : public System.Enum 
    Members
    MemberDescription
    ManageDataSourcesRight to create or modify data sources.
    ManageReportElementsRight to create or modify report elements.
    ManageReportTemplatesRight to create or modify report templates.
    ManageSystemRight to access or modify system settings. This right includes all other rights.
    UseTaskPlanerRight to edit tasks (scheduled reports) or to trigger such a scheduled report.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.ReportServer.ClientApi.UserRights

    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