CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Posts
    4

    Exclamation Passing Object Properties to Crystal Reports

    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?

  2. #2
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: Passing Object Properties to Crystal Reports

    Pass it in as a parameter.
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured