Datalist with Crystal Reports report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How using a existing Datalist on a new Crystal Reports report ?
Today, I create my excel file by sendind a datalist to Response.write().
I want replace the Response.write() method by a Crystal Reports report
creation because response.write() is a bad way with atlas.
But unfortunality, i am not able to send the datalist to the report.
Any Ideas ?
 
Hi Michel,

Thank you for posting.

As for the Crystal Report, I think it can only utilize certain kind of
datasource object to populate the data, while the DataList control in
ASP.NET is just a webcontrol which produce HTML output, so I don't think
this could be directly used as the datasource for Crystal report. Also,
for decent crystal report specific development issue, we would suggest you
try posting in the crystal report support center for further assistance:

#How to get help with Crystal Reports - International and U.S.
http://support.microsoft.com/kb/100368/en-us

Thank your for the understanding.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top