GrapeCity.ActiveReports.Viewer.Win.v12 アセンブリ > GrapeCity.ActiveReports.Viewer.Win 名前空間 > Viewer クラス : 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