Selerix Developer Tools
IsReadOnly Property (ReportParameter)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameter Class : IsReadOnly Property
Gets or sets a value indicating whether this instance is read only.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property IsReadOnly As Boolean
'Usage
 
Dim instance As ReportParameter
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
[XmlAttribute()]
[DefaultValue()]
public bool IsReadOnly {get; set;}
public read-write property IsReadOnly: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set IsReadOnly : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_IsReadOnly();
public: __property void set_IsReadOnly( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool IsReadOnly {
   bool get();
   void set (    bool value);
}

Property Value

true if this instance is read only; otherwise, false.
See Also

Reference

ReportParameter Class
ReportParameter Members