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