ReportParameterInfo.State 屬性
描述參數的狀態。唯讀。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public ReadOnly Property State As ParameterState
Get
'用途
Dim instance As ReportParameterInfo
Dim value As ParameterState
value = instance.State
public ParameterState State { get; }
public:
property ParameterState State {
ParameterState get ();
}
member State : ParameterState
function get State () : ParameterState
屬性值
型別:Microsoft.Reporting.WebForms.ParameterState
唯讀 ParameterState 值。
備註
這個屬性的值可能會透過使用 GetParameters 方法,依據參數驗證期間所用的輸入而變更。