I am using ASP.NET/C#.Currently I am displaying simple Report following this tutorial.
In this tutorial they just selected the fields to display and it displayed the Reports.
What about Reports based on some conditions?
How can I show reports based on conditions?
Example:
Show the details of Employees whose name begins with ‘A’.
I hope I am able to explain my question.
Can anyone help me to do this?
Any suggestions are welcome.
Do you mean something like this?
The “data” in my case is a generic List of custom objects