Click to See Complete Forum and Search --> : Passing Object Properties to Crystal Reports


yakshasa
April 29th, 2008, 01:33 PM
Hi All,

I am new to VB 2008 and Crystal Reports.

In VB6 I use the simple Printform function to generate reports, however I find the Printform function very unsatisfactory in .NET

My Application currently in the process of being re-written from VB6,comes in various versions; Btrieve, Access, SQL Server.

Common to all versions is that I read data into properties of an Object instance called "Loan"- Loan.Number , Loan.Name, Loan.NoteRate, etc. - and manipulate it from there, calculate payoff, etc.

I need to be able the read these properties from the loan object - or even directly from a structure - into Crystal Reports, rather than from a DataSet.

Is that possible, and how?

HairyMonkeyMan
May 1st, 2008, 04:14 AM
Pass it in as a parameter.