IDeliveryExtension.IsPrivilegedUser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the user is allowed access to all the functionality of the extension.
public:
property bool IsPrivilegedUser { void set(bool value); };
public bool IsPrivilegedUser { set; }
member this.IsPrivilegedUser : bool
Public Property IsPrivilegedUser As Boolean
Property Value
A Boolean
value that indicates whether the user is allowed access to all the functionality of the extension. When set to false
, the extension prevents the user from accessing functionality as defined by the report server. The default value is false
. If a user that creates the subscription has Manage All Subscriptions permission as part of his or her defined role, the value of the property is true
.
This property is never set by your delivery extension. You must implement the IsPrivilegedUser property so that the report server can properly manage it, but it is never used by your delivery extension code.