Click here to Skip to main content
15,916,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I saw this function is implemented on many web report tools,
but i'm searching that function on winform report tool.

I need your help!

thanks for reading.
Posted
Updated 16-Aug-15 21:25pm
v2
Comments
Sinisa Hajnal 17-Aug-15 3:44am    
What do you need exactly? Do you need to create winform with the grid in which some columns are frozen? Or you need some outside reporting (such as crystal reports or MS server reports) that allows you to do that? What report tool are you using right now?
jake jang 17-Aug-15 4:44am    
Thanks for replay.
On our project, i want to decide witch tool is possible for that.
Then i use that tool.

I want to create winform with report(!), some colums are frozen.

I just want to know which commercial tools are possible for that.

I dont using any tools right now, but searching a tool that forzen column is possible.
Sinisa Hajnal 17-Aug-15 6:34am    
That is why I asked do you just need winform with frozen column...if yes, then all you need is DataGridView cotrol...set the column property Frozen to true. If you need something else, you have to describe the problem better.

As for various reporting application, crystal reports and MS server reports are free. FastReports is commercial one, but has somewhat better UI and more intuitive model. But the code behind calls Application.DoEvents often and that may interferre with your code if you have custom drawing or other events handled while trying to show report preview.
jake jang 17-Aug-15 6:49am    
Thanks! it help a lot for me.

1 solution

Yes, it is. For example: ReportViewer. Please see: Controlling Row and Column Headings[^]
 
Share this answer
 
Comments
jake jang 17-Aug-15 19:02pm    
Thanks Maciej Los,
It's a good information.
I'll try this today.
Maciej Los 18-Aug-15 1:50am    
You're very welcome!
Wendelius 18-Aug-15 0:43am    
Nice info, 5.
Maciej Los 18-Aug-15 1:50am    
Thank you, Mika.

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