Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. //..............
  2. //..............
  3. crystalReportView1.ReportSource = rpt_documento;
  4.  
  5. string formula = "ToText({DETALLEHORA.fecha}, "d") = {OTRATABLA.dia}";
  6.  
  7. crystalReportView1.SelectionFormula = formula;
  8. crystalReportView1.Refresh();
  9. crystalReportView1.Show();
Add Comment
Please, Sign In to add comment