c# - CrystalReportViewer.SelectionFormula IN() function -
c# - CrystalReportViewer.SelectionFormula IN() function -
is ther way :
crview.selectionformula = "report.field in (2,3,4,5)"
the syntax of selection formula be
"{report.field} in [2,3,4,5]" c# .net sql-server crystal-reports
Comments
Post a Comment