Share via


IsPrivilegedUser Propiedad

Indicates whether the user is allowed access to all the functionality of the extension.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
WriteOnly Property IsPrivilegedUser As Boolean
    Set
'Uso
Dim instance As IDeliveryExtension
Dim value As Boolean

instance.IsPrivilegedUser = value
bool IsPrivilegedUser { set; }
property bool IsPrivilegedUser {
    void set (bool value);
}
abstract IsPrivilegedUser : bool with get, set
function set IsPrivilegedUser (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
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.