Freigeben über


Setting.ReadOnly-Eigenschaft

Indicates whether a setting is read-only.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Property ReadOnly As Boolean 
    Get 
    Set
'Usage
Dim instance As Setting 
Dim value As Boolean 

value = instance.ReadOnly

instance.ReadOnly = value
public bool ReadOnly { get; set; }
public:
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
member ReadOnly : bool with get, set
function get ReadOnly () : boolean 
function set ReadOnly (value : boolean)

Eigenschaftswert

Typ: System.Boolean
A Boolean value indicating whether a setting is read-only.

Siehe auch

Verweis

Setting Klasse

Microsoft.ReportingServices.Interfaces-Namespace