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