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 方法对参数进行验证期间使用的输入发生变化。