Basic Chart Example?
Basic Chart Example?
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
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?
Hello,
Thank you.
Please use following expression: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
Code: Select all
{Totals.Count(Data1,DataSource1.itemName)}
Basic Chart Example?
Thanks Jan.Jan wrote:Hello,
Please use following expression: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
Thank you.Code: Select all
{Totals.Count(Data1,DataSource1.itemName)}
Is there any documenation available? I didn't see anything in the online help guide that came with the software.
Basic Chart Example?
Hello
Here you may find the documentation on our products.
http://www.stimulsoft.com/Documentation.aspx
Thank you.
Here you may find the documentation on our products.
http://www.stimulsoft.com/Documentation.aspx
Thank you.
Basic Chart Example?
The Reports.NET user manual only mentions that it supports charts. But it does not tell you how to use the Chart object.Andrew wrote:Hello
Here you may find the documentation on our products.
http://www.stimulsoft.com/Documentation.aspx
Thank you.
Which document has this information?
Basic Chart Example?
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.
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.