Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I remove the datasource...

Status
Not open for further replies.

scc

Programmer
Apr 30, 2001
218
US
How can I remove the datasource from a Crystal Report and leave the fields intact?

Is there a way?

If not, how do you design a report that you want to pass a recordset into for populating a report. Where do you get the fields to drop onto the report when designing it?
TIA!
 
In Crystal for Visual Studio .NET the ReportDocument object has a .SetDataSource property that allows you to pass a recordset. There's also a Reportdocment.Database.Tables(0).SetDataSource for passing a recordset to an individual table.

Hope that helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top