GrapeCity ActiveReports for .NET 14.0J
ShowFindDialog メソッド
使用例 

GrapeCity.ActiveReports.Viewer.Win アセンブリ > GrapeCity.ActiveReports.Viewer.Win 名前空間 > Viewer クラス : ShowFindDialog メソッド
検索ダイアログを表示します。
シンタックス
'宣言
 
Public Sub ShowFindDialog() 
public void ShowFindDialog()
使用例
private void arv_Load(object sender, System.EventArgs e)
{
    rptDD rpt = new rptDD();
    rpt.Run();
    arv.Document = rpt.Document;
    arv.ShowFindDialog();
}
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load
    Dim rpt As New rptDD
    rpt.Run()
    arv.Document = rpt.Document
    arv.ShowFindDialog()
End Sub
参照

Viewer クラス
Viewer メンバ