Print Page | Close Window

Bind to datasource runtime

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=2324
Printed Date: 07 May 2024 at 5:58am


Topic: Bind to datasource runtime
Posted By: livez
Subject: Bind to datasource runtime
Date Posted: 14 Feb 2008 at 4:25am

Hi!

I have an ICollection that I want to display in a CrystalReports-report. How do I go about doing this? I´ve come as far as having set

report.SetDataSource(MyICollection);

but how do I for instance bind column with name "Name" in ICollection to a textbox in the report?

 




Print Page | Close Window