Is it possible to have a Chart control within a table. I am trying to create
a report which displays some information about a School and has a bar chart
to display the pupil age ranges for each school.Add a grouping to the table, where you group e.g. by Fields!SchoolName.Value
Then, enlarge the table group header and drop a chart in the table group
header (!). You can then design the chart.
At runtime, you will get one table group per school name with one chart per
table group header which should give you exactly what you want.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"MicroMoth" <stephen.adams@.forvus.co.uk> wrote in message
news:D562F265-AC31-4935-A217-628819F863C6@.microsoft.com...
> Is it possible to have a Chart control within a table. I am trying to
create
> a report which displays some information about a School and has a bar
chart
> to display the pupil age ranges for each school.|||It is possible to have a table where a row "expands" to reveal a table.
Add a second detail row to the table, and a second grouping with the same
grouping expreassion as the main table grouping. Place a rectangle in the
second detail row. The rectangle automatically takes up the whole row, and
you are now free to place your chart (plus any other controls) anywhere in
the rectangle. Set the initial visibility of the second grouping to False,
and toggle it according to one of the fields in the first detail row. Works a
treat.
"MicroMoth" wrote:
> Is it possible to have a Chart control within a table. I am trying to create
> a report which displays some information about a School and has a bar chart
> to display the pupil age ranges for each school.
Showing posts with label displayed. Show all posts
Showing posts with label displayed. Show all posts
Saturday, February 25, 2012
Charting problem
Hi all. I have plotted a chart based on the data obtained. However, is there a way to limit the number of bars to be displayed in the chart?
Lets say, I have data from Jan to Dec, i needed all the data because i need the accumulated figures from each month.
But, I do not wish to display in the bar chart for data from Jan to Dec.
There are section in the detail for hiding some data, but I dont know about chart.
Any comments are appreciated!Well, give us an example - what period do you wish to chart on, if it's not Jan-Dec??|||Lets say the data needed is from Jan to Dec, because I need to calculate the running total for the accumulated figures for other processing purposes.
Then for the chart, I would like to plot the data from Sept to Dec only. Is it possible?
The date field is used as a criteria for grouping.
Lets say, I have data from Jan to Dec, i needed all the data because i need the accumulated figures from each month.
But, I do not wish to display in the bar chart for data from Jan to Dec.
There are section in the detail for hiding some data, but I dont know about chart.
Any comments are appreciated!Well, give us an example - what period do you wish to chart on, if it's not Jan-Dec??|||Lets say the data needed is from Jan to Dec, because I need to calculate the running total for the accumulated figures for other processing purposes.
Then for the chart, I would like to plot the data from Sept to Dec only. Is it possible?
The date field is used as a criteria for grouping.
Friday, February 24, 2012
Chart rendering problem
Hi
I have a report that has a chart also. When I try to
render the report the chart that is supposed to be
displayed as a picture does not show up and there is some
junk text right after the chart area.
Can anyone please tell me what can be wrong here.
The chart shows up perfectly in the preview and also on
the report manager.
Thanks a lotI have posted a similar questions but I did not get any answer. My reports
show perfectly fine when I use http:// servername/reportserver to view the
reports. all images and charts show. But when I used
http://servername/reports to view the reports, all images and charts
disappear, other data table in the same report looks fine. Please help.
Thanks.
<anonymous@.discussions.microsoft.com> wrote in message
news:7e3e01c484e9$8101c600$a501280a@.phx.gbl...
> Hi
> I have a report that has a chart also. When I try to
> render the report the chart that is supposed to be
> displayed as a picture does not show up and there is some
> junk text right after the chart area.
> Can anyone please tell me what can be wrong here.
> The chart shows up perfectly in the preview and also on
> the report manager.
> Thanks a lot
>
I have a report that has a chart also. When I try to
render the report the chart that is supposed to be
displayed as a picture does not show up and there is some
junk text right after the chart area.
Can anyone please tell me what can be wrong here.
The chart shows up perfectly in the preview and also on
the report manager.
Thanks a lotI have posted a similar questions but I did not get any answer. My reports
show perfectly fine when I use http:// servername/reportserver to view the
reports. all images and charts show. But when I used
http://servername/reports to view the reports, all images and charts
disappear, other data table in the same report looks fine. Please help.
Thanks.
<anonymous@.discussions.microsoft.com> wrote in message
news:7e3e01c484e9$8101c600$a501280a@.phx.gbl...
> Hi
> I have a report that has a chart also. When I try to
> render the report the chart that is supposed to be
> displayed as a picture does not show up and there is some
> junk text right after the chart area.
> Can anyone please tell me what can be wrong here.
> The chart shows up perfectly in the preview and also on
> the report manager.
> Thanks a lot
>
Chart not being rendered properly in MHTML format -- URGENT
Hi
I have a report that has a chart also. When I try to
render the report the chart that is supposed to be
displayed as a picture does not show up and there is some
junk text after the chart.
Can anyone please tell me what can be wrong here.
The chart shows up perfectly in the preview and also on
the report manager.
Thanks a lotDo you try to render the report by code using the RS web service?
If so, you need to use the renderstream method to render all the images of
the report.
There is a sample here :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_ref_soapapi_service_lz_49f6.asp
Cédric
"Ravi" <anonymous@.discussions.microsoft.com> wrote in message
news:7c7001c4847c$707b0ca0$a401280a@.phx.gbl...
> Hi
> I have a report that has a chart also. When I try to
> render the report the chart that is supposed to be
> displayed as a picture does not show up and there is some
> junk text after the chart.
> Can anyone please tell me what can be wrong here.
> The chart shows up perfectly in the preview and also on
> the report manager.
> Thanks a lot
>
I have a report that has a chart also. When I try to
render the report the chart that is supposed to be
displayed as a picture does not show up and there is some
junk text after the chart.
Can anyone please tell me what can be wrong here.
The chart shows up perfectly in the preview and also on
the report manager.
Thanks a lotDo you try to render the report by code using the RS web service?
If so, you need to use the renderstream method to render all the images of
the report.
There is a sample here :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_ref_soapapi_service_lz_49f6.asp
Cédric
"Ravi" <anonymous@.discussions.microsoft.com> wrote in message
news:7c7001c4847c$707b0ca0$a401280a@.phx.gbl...
> Hi
> I have a report that has a chart also. When I try to
> render the report the chart that is supposed to be
> displayed as a picture does not show up and there is some
> junk text after the chart.
> Can anyone please tell me what can be wrong here.
> The chart shows up perfectly in the preview and also on
> the report manager.
> Thanks a lot
>
Subscribe to:
Posts (Atom)