次の方法で共有


ReportViewer.Find メソッド

レポート内の指定されたテキスト文字列を検索します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public Function Find ( _
    searchString As String, _
    startPage As Integer _
) As Integer
'使用
Dim instance As ReportViewer
Dim searchString As String
Dim startPage As Integer
Dim returnValue As Integer

returnValue = instance.Find(searchString, _
    startPage)
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

パラメーター

  • startPage
    型: System.Int32
    検索を開始するページ番号。

戻り値

型: System.Int32
検索文字列が見つかったときはそのページ番号を示す整数値、検索文字列が見つからなかった場合は 0。

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間