コード例 #1
0
 private void txtBuscarText_KeyPress(object sender, KeyPressEventArgs e)
 {
     CrystalReportViewer1.SearchForText(txtBuscarText.Text);
 }