Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. crystal report + vb.net

crystal report + vb.net

Scheduled Pinned Locked Moved Visual Basic
csharpdesignquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jayesh Talsaniya
    wrote on last edited by
    #1

    hi is there any way to create a crystal report dynamically with design layout?? or can i repeat the detail section dynamcially??? Thanx Jayesh Talsaniya

    _ 1 Reply Last reply
    0
    • J Jayesh Talsaniya

      hi is there any way to create a crystal report dynamically with design layout?? or can i repeat the detail section dynamcially??? Thanx Jayesh Talsaniya

      _ Offline
      _ Offline
      _Damian S_
      wrote on last edited by
      #2

      If you are looking to dynamically show different detail sections depending on the data returned, the way to do that is to create multiple detail sections, and set the "Suppress" criteria for each section so that under the appropriate condition one detail section is shown and the others are hidden, eg: Detail 1 Suppress Criteria TypeID <> 1 Detail 2 Suppress Criteria TypeID <> 2 Detail 3 Suppress Criteria TypeID <> 3 Will hide Detail 1 when it's TypeID is not 1, etc. Will this help in your situation? D.

      ------------------------------------------- Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Just bugger off and leave me alone!!

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups