Page 1 of 1

Basic Chart Example?

Posted: Thu May 28, 2009 7:20 am
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

Basic Chart Example?

Posted: Thu May 28, 2009 1:53 pm
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.

Basic Chart Example?

Posted: Mon Jun 01, 2009 8:59 am
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.


Basic Chart Example?

Posted: Tue Jun 02, 2009 2:17 am
by Andrew
Hello

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

Thank you.

Basic Chart Example?

Posted: Thu Jul 09, 2009 3:06 pm
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?

Basic Chart Example?

Posted: Fri Jul 10, 2009 2:20 am
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.