Właściwość Setting.ReadOnly
Wskazuje, czy ustawienie jest tylko do odczytu.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Składnia
'Deklaracja
Public Property ReadOnly As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
A wartość logiczna wartość wskazującą, czy ustawienie jest tylko do odczytu.