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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generating a Crystal Report with a Dataview

Status
Not open for further replies.

fba90130

Programmer
Dec 7, 2003
1
SG
I've used a Crystal Report Viewer Control in C# and used the SetDataSource method to set the datasource. The control works correctly when the datasource I've set is a DataSet. I now need to use the Control on a DataView rather than a DataSet, but have been unable to get the control to respond. The Control doesn't give me any exceptions and runs fine....but the report just doesn't appear on the viewer....is there someway of using a Dataview as Datasource on the Crystal Report Viewer Control? Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top