Поделиться через


Свойство ReportParameter.Nullable

Indicates whether the value of the parameter can be nullпустая ссылка (Nothing в Visual Basic).

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Property Nullable As Boolean 
    Get 
    Set
'Применение
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.Nullable

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

Значение свойства

Тип: System.Boolean
A Boolean value. A value of true indicates that the value of the parameter can be nullпустая ссылка (Nothing в Visual Basic).

См. также

Справочник

ReportParameter Класс

Пространство имен ReportService2005