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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -