Click here to Skip to main content
15,923,164 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

i am working on one of the windows application and in that i wish to have dynamic reports depending on the criteria provided by user.
e.g date range, any column filter etc.

I am able to create reports at compile time [using designer] through "REPORT VIEWER" control.

I wish to have all the features like exports to PDF, EXCEL, WORD so report viewer is perfect for me but need solution for dynamic report binding.

Hoping solution. Thanks in advance.
Posted

1 solution

OP wrote:
i wish to have dynamic reports depending on the criteria provided by user.
e.g date range, any column filter etc.

Filter data to display in a crystal report viewer programmatically[^]

C# Crystal Reports - Date to Date[^]

OP wrote:
I wish to have all the features like exports to PDF, EXCEL, WORD so report viewer is perfect for me but need solution for dynamic report binding.


C# Crystal Reports Export[^]

Crystal reports - ExportFormatType Enumeration[^](CrystalReport, Excel, ExcelRecord, HTML32, HTML40, NoFormat, PortableDocFormat, RichText, WordForWindows)
 
Share this answer
 
Comments
Member 10678348 19-Mar-14 7:16am    
I need to export into html format
but am not getting page headers.
How to solve this?
Any one has answer plz help to me.
Thanks in advance.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900