I am sure this is terribly simple, which is probably why its so frustrating that I cant solve it.
What I have is a class library that provides my data, so instead of binding to a database, I can select .Net Data Provider (.dll) and bind to that class.
So I have basic properties like Firstname, Lastname exposed of the travellers object. Cool. I can drop these on the Crystal Report (using CR10 for VS2005).
Now some magic happens on the inside that populates these so I dont need to care about the actual database connection (for instance I have hard coded values in a proxy object at the moment for proof of concept).
However, when I run this ASP.NET application I get a page telling me to log in!
The message is;
"The report you requested requires further information."
And then there is a logon box for the database name, username and password and checkbox for integrated security.
I have tried setting the report to use different ConnectionInfoType (ie; MetaData) but am all out of ideas.
Any clues out there really appreciated.
Cheers,
Steve