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


UserRights Enumeration
Types of permission that user groups and their members can have.
Syntax
'Declaration
 
Public Enum UserRights 
   Inherits 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 8, .NET 9

See Also