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


Свойство ReportParameter.DefaultValuesQueryBasedSpecified

Indicates whether the DefaultValuesQueryBased property has been specified.

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

Синтаксис

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

value = instance.DefaultValuesQueryBasedSpecified

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

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

Тип: System.Boolean
A Boolean value.

См. также

Справочник

ReportParameter Класс

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