QueryParameter.IsNullable Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets whether parameter is nullable.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IsNullable As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As QueryParameter
Dim value As Nullable(Of Boolean)
value = instance.IsNullable
instance.IsNullable = value
public Nullable<bool> IsNullable { get; set; }
public:
property Nullable<bool> IsNullable {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsNullable : Nullable<bool> with get, set
function get IsNullable () : Nullable<boolean>
function set IsNullable (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
A Nullable<T> object.