次の方法で共有


ReportParameter.DefaultValuesQueryBasedSpecified プロパティ

DefaultValuesQueryBased プロパティが指定されているかどうかを示します。

名前空間:  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
Boolean 値です。

関連項目

参照

ReportParameter クラス

ReportExecution2005 名前空間