ReportParameterInfo.AreValidValuesQueryBased 屬性

 

發佈時間: 2016年4月

指出參數的有效值是不是以查詢為基礎。唯讀。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public bool AreValidValuesQueryBased { get; }
public:
property bool AreValidValuesQueryBased {
    bool get();
}
member AreValidValuesQueryBased : bool with get
Public ReadOnly Property AreValidValuesQueryBased As Boolean

屬性值

Type: System.Boolean

唯讀 Boolean 值。

請參閱

ReportParameterInfo 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首