Holds permissions for managing shared and embedded connections in the report designer.
Definition
Namespace:Telerik.WebReportDesigner.Services
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class ConnectionsPermissions
Inheritance: objectConnectionsPermissions
Constructors
C#
public ConnectionsPermissions()
Properties
Indicates if the user is allowed to add a shared connection.
C#
public bool CanAddSharedConnection { get; set; }
Indicates if the user is allowed to add an embedded connection.
C#
public bool CanEmbeddedConnection { get; set; }