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