Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM DataSets into Crystal Reports
Message
From
17/07/2004 15:25:34
 
 
To
16/07/2004 14:48:17
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00925300
Message ID:
00925492
Views:
18
Crystal takes xml input; the Dataset can be exported to xml. This seems a likely way to go.

Hank

>I am not a heavy Crystal Reports user (Me FoxPro), but it looks like there might be another hoop or hook we have to go through to get Crystal Reports to see a MM DataSet.
>
>If I create a ds like this:
> Dim ds As New DataSet
> 'Get all users sorted by group
> ds = Me.oUsersDetail.GetUsersByGroup
>
>and then try to use it like this:
> 'Pass the populated dataset to the report
> oRpt.SetDataSource(ds)
>
>it doesn't seem to like it. If I clone the dataset into a table it seems to like it.
>
>Any ideas about this?
>
>Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform