Results 1 to 3 of 3

Thread: [Resolved] Suppress Crystal Reports Section in VB .Net 2003

Threaded View

  1. #1

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

    Unhappy [Resolved] Suppress Crystal Reports Section in VB .Net 2003

    Hello everyone. When I had VS .Net 2002, I could use the following code to suppress a section in my crystal report.
    VB Code:
    1. crpt.Section6.SectionFormat.EnableSuppress = True
    Now that I have moved to plain VB .Net 2003 with Crystal Reports 10, this command will not work.

    Anyone know the correct syntax for this line in VB .Net for Crystal 10?

    Here is my initial code in my web page.
    VB Code:
    1. Imports CrystalDecisions.CrystalReports.Engine
    2. Imports CrystalDecisions.Shared
    3. Imports System.IO
    4.  
    5. Dim crpt As New ReportDocument
    6.  
    7. crpt.Load("C:\inetpub\wwwroot\McClure\CigUnitsRpt.rpt")

    Thanks
    Last edited by indydavid32; Apr 13th, 2004 at 01:46 PM.
    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