Results 1 to 6 of 6

Thread: [Resolved] How to declare Crystal Report in VB .Net

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    Thumbs up [Resolved] How to declare Crystal Report in VB .Net

    I changed from MS .Net 2002 to VB .Net 2003.

    I have a web page where I have crystal reports.

    I also upgraded too Crystal Reports 10

    This is my code.

    VB Code:
    1. Imports CrystalDecisions.CrystalReports.Engine
    2. Imports CrystalDecisions.Shared
    3. Imports System.IO
    4.  
    5. Public Class PriceCheckPrintView
    6.     Inherits System.Web.UI.Page
    7.     Protected WithEvents CrystalReportViewer1 As CrystalDecisions.Web.CrystalReportViewer
    8.     Dim crpt As PriceCheckRpt

    This used to work in my other versions.

    The Dim crpt as PriceCheckRpt is what is not recognized.

    There is Crystal report in my project called PriceCheckRpt.

    Anyone have any ideas why this is now not recognized?

    Thanks
    Last edited by indydavid32; Apr 6th, 2004 at 09:13 AM.
    David Wilhelm

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