共用方式為


ISubscriptionBaseUIUserControl.IsPrivilegedUser 屬性

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

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
WriteOnly Property IsPrivilegedUser As Boolean 
    Set
'用途
Dim instance As ISubscriptionBaseUIUserControl 
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)

屬性值

型別:System.Boolean
A Boolean 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 extension. The default value is false.

請參閱

參考

ISubscriptionBaseUIUserControl 介面

Microsoft.ReportingServices.Interfaces 命名空間