Setting.ReadOnly 속성

Indicates whether a setting is read-only.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public Property ReadOnly As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

Setting 클래스

Microsoft.ReportingServices.Interfaces 네임스페이스