Home > Archive > C# > October 2005 > Reporting Tool which the user can change dynamically
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Reporting Tool which the user can change dynamically
|
|
| puunda@gmail.com 2005-10-24, 6:59 pm |
| Hi All,
I had previously asked this question with regard to Cyrstal Reports,
which I believe is not the most suitable for doing the job.
The problem:
I need to create a report with X number of items (statistics), and Y
number of graphs/charts. The report will be viewed on screen, printed,
or saved as pdf. The report is created as you would a report. The user
however, has to be able to select which of the X and Y fields to be
included in the report when they generate it. So it may be all, none,
or any number of X or Y.
I had tried to use Crystal report as it was the easiest to get a hold
of, but it seems this is quite difficult to do. I have created the
report, and can turn items on or off in code at run time to include or
exclude them in the report. But the problem I have is the space which
the items/charts takes up is still there, and I can't find a way of
dynamically adjusting them (not with the charts anyway).
The program is a Winform program, and I'm using C#.
If anyone knows of a tool which can do this, or know of a way of doing
this, it would be most appreicated.
Thanks in advanced.
Puunda
| |
| Robbe Morris [C# MVP] 2005-10-24, 9:56 pm |
| ActiveReports .NET might be a better choice.
They are heads and tails above Crystal Reports.
http://www.datadynamics.com
--
Robbe Morris - 2004/2005 Microsoft MVP C#
http://www.masterado.net
<puunda@gmail.com> wrote in message
news:1130190739.367450.106820@g43g2000cwa.googlegroups.com...
> Hi All,
>
> I had previously asked this question with regard to Cyrstal Reports,
> which I believe is not the most suitable for doing the job.
>
> The problem:
>
> I need to create a report with X number of items (statistics), and Y
> number of graphs/charts. The report will be viewed on screen, printed,
> or saved as pdf. The report is created as you would a report. The user
> however, has to be able to select which of the X and Y fields to be
> included in the report when they generate it. So it may be all, none,
> or any number of X or Y.
>
> I had tried to use Crystal report as it was the easiest to get a hold
> of, but it seems this is quite difficult to do. I have created the
> report, and can turn items on or off in code at run time to include or
> exclude them in the report. But the problem I have is the space which
> the items/charts takes up is still there, and I can't find a way of
> dynamically adjusting them (not with the charts anyway).
>
> The program is a Winform program, and I'm using C#.
>
> If anyone knows of a tool which can do this, or know of a way of doing
> this, it would be most appreicated.
>
> Thanks in advanced.
>
> Puunda
>
|
|
|
|
|