Results 1 to 2 of 2

Thread: [2005] creating a crystal report object.

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2008
    Location
    Texas
    Posts
    1,288

    [2005] creating a crystal report object.

    I know how to create a crystal report object of an instance of a "typed-report".

    but how would I create an instance of a "null" crystal report, and then assign a report to that variable at run time.

    like so:

    vb Code:
    1. Dim myReport as CrystalReportObject ' obviously CrystalReportObject isn't a class, but I want to implement the idea.
    2.  
    3. If a = 0 Then
    4. myReport = myCrystalReport1
    5. End If

    Thanks,

    Justin Fox
    You down with OOP? Yeah you know me!
    MCAD and MCMICKEYMOUSE (vb.net)

    ----

    If it even kinda helps... rate it : )

    Edit a Multi-page .tif file and save.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [2005] creating a crystal report object.

    Moved to Reporting

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