Class ConnectionsPermissions
Represents a container for connection permissions
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
Gets or sets a value indicating whether the user can add embedded connection
Declaration
public bool CanEmbeddedConnection { get; set; }
Property Value
System.Boolean
|