ReportViewer.Find 方法
搜尋報表中的指定文字字串。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public Function Find ( _
searchString As String, _
startPage As Integer _
) As Integer
public int Find(
string searchString,
int startPage
)
public:
int Find(
String^ searchString,
int startPage
)
member Find :
searchString:string *
startPage:int -> int
public function Find(
searchString : String,
startPage : int
) : int
參數
- searchString
類型:String
搜尋字串。
- startPage
類型:Int32
開始搜尋的頁碼。
傳回值
類型:Int32
包含找到搜尋字串之頁碼的 integer 值,如果找不到搜尋字串,便傳回 0。