Home All Groups Group Topic Archive Search About

Can someone suggest?...

Author
12 Jan 2005 4:51 AM
James
In my application, the majority of data is taken not from a database, but is
generated by the application itself.
Now before report generation I have to spread these data across tables for
the sake of a single report.
It's too inconvenient.
Is there a way to do it directly, or, ideally, visually?

Author
12 Jan 2005 2:35 PM
Carlos J. Quintero [.NET MVP]
It depends on what the report tool needs as data source. If it supports
System.Data.DataSet, System.Data.DataTable, etc. you can populate those
objects in memory. Another approach is if the tool supports XML files as
source, which can be generated also on the fly...

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


Show quote
"James" <pron***@hotmail.com> escribió en el mensaje
news:eQJDtHG%23EHA.2196@TK2MSFTNGP14.phx.gbl...
> In my application, the majority of data is taken not from a database, but
> is
> generated by the application itself.
> Now before report generation I have to spread these data across tables for
> the sake of a single report.
> It's too inconvenient.
> Is there a way to do it directly, or, ideally, visually?
>
>
Author
13 Jan 2005 6:07 PM
PIEBALD
I would generate the data directly into a DataTable.
Create the table, add columns, add rows, done.
Author
18 Jan 2005 11:20 AM
Will
Hello James and all,

Why don't you go and try Report Sharp-Shooter by 9Rays.Net. I think that it
is
exactly what you need as it offers visual business objects support in the
designer so
you can dynamically and visually spread your data. Fast and easy...

Everyone can try this solution and say what they think of it. But I really
like it!

James, I recommend you to try it for your project and then come back with
your feedback.

Others are also welcome to join.

Will

Show quote
"James" <pron***@hotmail.com> wrote in message
news:eQJDtHG#EHA.2196@TK2MSFTNGP14.phx.gbl...
> In my application, the majority of data is taken not from a database, but
is
> generated by the application itself.
> Now before report generation I have to spread these data across tables for
> the sake of a single report.
> It's too inconvenient.
> Is there a way to do it directly, or, ideally, visually?
>
>

AddThis Social Bookmark Button