ASP.NET and Crystal Reports

K

KK

Hi

I run different kinds of queries and display
the resulting data on a ASP.NET datagrid.

I want to give a facility to let the user
graph selected fields (if logicaly possible)
using crystal reports. For example, if the
query is;

select regions,sales_per_region, <some other fields>
user should be able to check, regions and
sales_per_region column and press a button
to display a graph.

What I am not sure is, how to build a crystal
report TOTALY DYNAMICALY. I do not
want to keep strongly-typed reports cause
at different times there will be different
fields comming from the queries. (system
is like a natural langauge system where
users ask questions using english, therefore,
the resulting fields totaly depends on the
question)

If somebody can point me to a good example
where u can build and show a crystal report
totaly from code, I would be able to get
something done.

Thanks
KK
 
E

Elton Wang

It is possible. In .NET, you dynamically bind data source,
e.g. DataSet, with crystal report.

Elton Wang
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,590
Members
45,100
Latest member
MelodeeFaj
Top