ReportViewer.Find 方法
從指定的頁碼開始,在報表區域中的報表搜尋指定的文字字串。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public Sub Find ( _
searchText As String, _
startPage As Integer _
)
'用途
Dim instance As ReportViewer
Dim searchText As String
Dim startPage As Integer
instance.Find(searchText, startPage)
public void Find(
string searchText,
int startPage
)
public:
void Find(
String^ searchText,
int startPage
)
member Find :
searchText:string *
startPage:int -> unit
public function Find(
searchText : String,
startPage : int
)
參數
- searchText
型別:System.String
搜尋字串。
- startPage
型別:System.Int32
開始搜尋的頁碼。