D
Don Wash
Hi All!
I've been searching everywhere for a simple sample of producing a bar graph
using CrystalReport by specifying SQL Query, and I've found none of it! I
find so many complex samples with so many features buried in the sample but
all I want to know is a very simple thing, how to create bar charts with
CrystalReport in VS.NET using SQL Query.
Could anyone provide me a sample showing how to produce a simple bar chart
using SQL Query in CrystalReports?
Say I want this SQL Query:
SELECT Count(AuthorID) FROM Authors GROUP BY AuthorGenre
How do I use CrystalReport in VS.NET to produce a Bar Chart for this query?
The nature of my application is a Web Application (i.e. ASP.NET).
Many Thanks!!!
Don
I've been searching everywhere for a simple sample of producing a bar graph
using CrystalReport by specifying SQL Query, and I've found none of it! I
find so many complex samples with so many features buried in the sample but
all I want to know is a very simple thing, how to create bar charts with
CrystalReport in VS.NET using SQL Query.
Could anyone provide me a sample showing how to produce a simple bar chart
using SQL Query in CrystalReports?
Say I want this SQL Query:
SELECT Count(AuthorID) FROM Authors GROUP BY AuthorGenre
How do I use CrystalReport in VS.NET to produce a Bar Chart for this query?
The nature of my application is a Web Application (i.e. ASP.NET).
Many Thanks!!!
Don