Graphing in MS Report viewer

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi All

Can anybody point me to some info on creating a graph in VB.net 2005 report
viewer

I can't seem to find any on the web

I want to show sales totals by week in a vertical bar graph

Regards
Steve
 
Hello Steve,

A Report Viewer control is intended to show a data report in the control,
so if we want a graph object in Report Viewer control, we need to first to
create a report, add graph to the report and show it in Report Viewer
control.

To add a image/graph to a report, there are several ways:

1. Add a Image component to the report directly. This can show a fixed
image and normally use as a logo or a fixed phote.
2. Add A Chart component. This will help us show the data in graphics and
we can define source and type of the Chart.
3. Add a Table or matrix component on the report, and we can set its
backgroud color. Is this what you want?

If there is any further questions, please feel free to let us know.

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top