Re: Repeating .rdlc chart in vb.net 2005 winforms project
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Tue, 12 Feb 2008 03:54:56 GMT
Thanks for your reply Steve,
My original thought was group by a calculated value. e.g.
group by Value / 40 or Value Mod 40 or something else
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Steve" <ga630sf@xxxxxxxxxxxxx><9SNVDzHbIHA.1500@xxxxxxxxxxxxxxxxxxxxxx>
References: <#bjs7SDbIHA.208@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: Repeating .rdlc chart in vb.net 2005 winforms project
Date: Tue, 12 Feb 2008 07:14:38 +0900
that
Hi Steven
Thanks for the help
The Chart repeats OK in the list object
Problem I have is how to Group on number of Items = 40 per page
Grouping on Fields!item.value results in 1 Product per chart per page
I want to have up to 40 items per chart per page, so the chart is legible
Any help appreciated
regards
steve
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:9SNVDzHbIHA.1500@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Steve,
Regarding on this issue, I've tested more and replied you in the previous
thread, here is my reply here:
============
I originally misunderstood the graphic object you mentioned( I opined
reportitemit is an image). So the graphic object is also an report item(a bar chart
on the report). If so, I think to make a chart (report Item) repeat on a
report(according to the data supplied), you should use a List instead of
Table. Based on my test, the List ReportItem can contains other
investigatesuch as Chart. Thus, you can use List to display the main report records
and also include a barchart in the List. And this barchart will repeat in
the list for every record. Also, by default, the chart (in the list) will
be displayed for each record, thus, it may also require you to
putmore on how you will define the paging(the group you'll define for
paging )
================
the things I've tried is using a List to display the main records and
groupa
chart in the List. Thus, the chart will repeat in the list for every
record, to make the repeat behavior change, you may try changing the
Anyway,setting that will affect the paging according to your actual data.
namesthis is a potential workable approach.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
From: "Steve" <ga630sf@xxxxxxxxxxxxx>the
Subject: Repeating .rdlc chart in vb.net 2005 winforms project
Date: Mon, 11 Feb 2008 07:31:44 +0900
Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.dotnet.languages.vb:38036
X-Tomcat-NG: microsoft.public.dotnet.languages.vb
Hi All
Using VB.net 2005 to create reports using MS Report Viewer
I create a .rdlc file with a graph component on it
It is Graph object I am sending data to, on the .rdlc file, to show a bar
graph of products and their total qty sales
x axis is Product, y axis is qty sales
I need to be able to repeat the graph on multiple pages of the report if
number of Products is > 40, otherwise the graph crunches the Product
up making them illegiblestill
First Graph (page 1) shows Products 1 to 40
2nd graph (page 2) shows Products 41 to 80
and so on
Is there any way to have the report graph object repeat the graphs as
additional pages, as the Table object does
e.g page 1 has products 1 to 40, page 2 has products 41 to 80 etc
OR
Is there a way to pass the data to the report in chunks of 40 rows and
have the 1 report but multiple pages
Regards
Steve
.
- References:
- Repeating .rdlc chart in vb.net 2005 winforms project
- From: Steve
- RE: Repeating .rdlc chart in vb.net 2005 winforms project
- From: Steven Cheng[MSFT]
- Re: Repeating .rdlc chart in vb.net 2005 winforms project
- From: Steve
- Repeating .rdlc chart in vb.net 2005 winforms project
- Prev by Date: Re: debug step in and step out in vb.2005
- Next by Date: Re: Classes
- Previous by thread: Re: Repeating .rdlc chart in vb.net 2005 winforms project
- Next by thread: Downgrading to vs2005
- Index(es):
Relevant Pages
|