crystal report and pure object 's list

  • Thread starter Thread starter nguyen.panther
  • Start date Start date
N

nguyen.panther

Hi.
I have a data access layer with existed List<T> , how can i set it to
datasource of crystal report viewer.???
 
Hi,

I do not know if the new version of CR support that. What I do is create a
dataset and copy the data I need to it. Then I assignt htat dataset to the
report
 
Back
Top