共用方式為


ReportParameterInfo.State 屬性

描述參數的狀態。唯讀。

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

語法

'宣告
Public ReadOnly Property State As ParameterState
public ParameterState State { get; }
public:
property ParameterState State {
    ParameterState get ();
}
member State : ParameterState with get
function get State () : ParameterState

屬性值

類型:Microsoft.Reporting.WinForms.ParameterState
唯讀 ParameterState 值。

備註

這個屬性的值可能會透過使用 GetParameters 方法,依據參數驗證期間所用的輸入而變更。

請參閱

參考

ReportParameterInfo 類別

Microsoft.Reporting.WinForms 命名空間