show reports using graphs [closed] - c#

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am currently using MS Charts to display information from my reports.
Is there a way I can display the reports in a better way, for example using Silverlight or something which is free for commercial use?
I want the reports graphs to just stand out. Any suggestions?

Use SQL Server Reporting Service. Take a look at this ASP.Net charting demo

Related

How to print a form in c# [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am using teecharts with C# and I want to print the graph that is generated to a pdf. Does anyone have any recommendations that are preferably free? This is a desktop application that uses forms.
You can use devloper express Charts. It will to export the data from chart to different types of files.
if (chartControl1.IsPrintingAvailable)
{
// Exports to a PDF file.
chartControl1.ExportToPdf("Output.pdf");
}
Refer: XtraCharts
Create a Chart using the Wizard
Yes, it is possible as TeeChart includes PDF export:
tChart1.Export.Image.PDF.Save(fileName);
For further exporting options please have a look at tutorial 12. Tutorials can be found at TeeChart's program group.

distributed/Parallel computing [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I need to write application in .NET which will be make some calculations on few comuters (eg.3 computers). How write this application, wchich library i need to use. Do you now any good materials about that?
Try looking into the Task Parallel Library
Or if you really want to use multiple computers, then check out:
Using Task Parallel Library with Multiple Computers

What OAuth library would you recommend for a new project? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm developing a WebServer/DesktopClient app, and was wondering what OAuth library you'd recommend for this new project.
I'm developing in C#.Net 3.5, building a webservice and a winforms app.
When I started my last project I looked through all available libraries and selected DotNetOpenAuth. I appreciated examples and full free support on mailing list from Andrew Arnott.

What Web-Engines do I've aviable when developing a C# Application in Windows? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to know what are the most popular Web-Engines to use in a Desktop Aplication using C# and WinForms.
Can you suggest some ?
edit: I've edited the question, I think it's OK now.
I would go with WebKit.NET (GitHub Download)
I would use Awesomium.
It has a good .NET/WPF support.

Compass/Aircraft Gauge Control [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone suggest some beautiful Gauge Controls that can works under VC/.Net environment, it is best to contain lot of styles, e.g. compass, aircraft instrument etc. Thanks in advance.
I am fully aware that this project doesn't fit your bill as it's Java-Swing based, but these gauges are so beautiful and well-assorted, they can serve as an inspiration should you fail to use ready-to-use components.
The same author also made a HTML5 Canvas based version (impressive demo here) of these components.
Updated link to the demo: http://dl.dropbox.com/u/84552/SteelSeries/SteelSeries.html
Maybe this helps.

Categories