How to filter report programmatically
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i was using this code to filter a crystal report
crystalReportViewer1.SelectionFormula = "{DateOfOperation} = '" + datetime1+ "' ";
but now i don't use crystal report , iam using now clasic report so how to filter data in this case
Allah bless the prophet Mohammed
-
i was using this code to filter a crystal report
crystalReportViewer1.SelectionFormula = "{DateOfOperation} = '" + datetime1+ "' ";
but now i don't use crystal report , iam using now clasic report so how to filter data in this case
Allah bless the prophet Mohammed
Hi Try this link.[^]
Thanks Md. Marufuzzaman
I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.