Basic Chart Example?

Stimulsoft Reports.NET discussion
Post Reply
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

Basic Chart Example?

Post by fuhrj »

Is there an example report of how to create a basic chart based on a count?

I tried using the following in the Series Value:

{Count(Data1,DataSource1.itemName)}

When I try to run the report, I get this error:

The name 'Count' not found in the current context
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Basic Chart Example?

Post by Jan »

Hello,
fuhrj wrote:Is there an example report of how to create a basic chart based on a count?

I tried using the following in the Series Value:

{Count(Data1,DataSource1.itemName)}

When I try to run the report, I get this error:

The name 'Count' not found in the current context
Please use following expression:

Code: Select all

{Totals.Count(Data1,DataSource1.itemName)}
Thank you.
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

Basic Chart Example?

Post by fuhrj »

Jan wrote:Hello,
fuhrj wrote:Is there an example report of how to create a basic chart based on a count?

I tried using the following in the Series Value:

{Count(Data1,DataSource1.itemName)}

When I try to run the report, I get this error:

The name 'Count' not found in the current context
Please use following expression:

Code: Select all

{Totals.Count(Data1,DataSource1.itemName)}
Thank you.
Thanks Jan.

Is there any documenation available? I didn't see anything in the online help guide that came with the software.

Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Basic Chart Example?

Post by Andrew »

Hello

Here you may find the documentation on our products.
http://www.stimulsoft.com/Documentation.aspx

Thank you.
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

Basic Chart Example?

Post by fuhrj »

Andrew wrote:Hello

Here you may find the documentation on our products.
http://www.stimulsoft.com/Documentation.aspx

Thank you.
The Reports.NET user manual only mentions that it supports charts. But it does not tell you how to use the Chart object.

Which document has this information?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Basic Chart Example?

Post by Edward »

Hi,

We also have some videos in this regard, please find them in the 'Charts' group:

http://stimulsoft.com/ReportsNetVideos.aspx

You can see some sample applications which comes with a standard installations.

Demo.exe application is a nice way to see different types of charts available.

This application also comes with a standard package. Pressing 'Design' key there let you see how the particular report was designed.

Thank you.
Post Reply