How can I create Like the window control?
-
Thursday, March 29, 2012 1:44 PM
Hi..
I have seen this page in one .net project. I want to know which control here used for showing results (see the below image)
Pls help me..
Because I have a chart control results based on my SQL table results and I want to show my results like the above control. I am using VS2010 and my project .net frame work 3.5..Also I want to print my reports like above.
Pls Let me know
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful"
- Moved by CoolDadTxMVP Thursday, March 29, 2012 1:55 PM Reporting related (From:Visual C# General)
All Replies
-
Thursday, March 29, 2012 1:55 PM
That isn't a control, it's a report. Most reporting tools allow you to insert charts and graphs into them. If you're using SQL Server then you can create a report that displays the information you desire. If you aren't using SQL Server then you can still use a local report to generate similar results.
Michael Taylor - 3/29/2012
http://msmvps.com/blogs/p3net
-
Thursday, March 29, 2012 2:01 PM
Thanks CoolDadTx..
I have a chart control (for displaying My results) and how can I add it to report viewer?
Is Dotnet default report viewer is Enough for showing like the above..? if yes pls help me how can I doo this..
Also send me some links too for above case..
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful"
-
Thursday, March 29, 2012 3:26 PM
Most reporting systems do not allow you to insert your own controls. Since most systems already support charts/graphs there is generally no need anyway. I'm afraid I can't assist you with the chart/graph side of the report. I've moved the thread to the reporting forum where the experts can help you better.
- Proposed As Answer by Jo Swa(K.P.E.Raja)-MCP Thursday, July 12, 2012 6:36 AM

