Свойство AllowBlankSpecified
Indicates that the AllowBlank property has been specified.
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Property AllowBlankSpecified As Boolean
Get
Set
'Применение
Dim instance As ReportParameter
Dim value As Boolean
value = instance.AllowBlankSpecified
instance.AllowBlankSpecified = value
public bool AllowBlankSpecified { get; set; }
public:
property bool AllowBlankSpecified {
bool get ();
void set (bool value);
}
member AllowBlankSpecified : bool with get, set
function get AllowBlankSpecified () : boolean
function set AllowBlankSpecified (value : boolean)
Значение свойства
Тип System. . :: . .Boolean
A Boolean value.
См. также