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 命名空间