SearchEventArgs.SearchString 属性
返回搜索使用的搜索字符串。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public ReadOnly Property SearchString As String
Get
用法
Dim instance As SearchEventArgs
Dim value As String
value = instance.SearchString
public string SearchString { get; }
public:
property String^ SearchString {
String^ get ();
}
member SearchString : string
function get SearchString () : String
属性值
类型:System.String
一个包含搜索字符串的字符串值。