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
  1. Home
  2. General Programming
  3. C#
  4. Crystal Report [modified]

Crystal Report [modified]

Scheduled Pinned Locked Moved C#
csharphelp
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.
  • T Offline
    T Offline
    tyagi0208
    wrote on last edited by
    #1

    I want that user can select fields from form and than only that selected fields can display on the report using C# & ADo.NET connectivity. Can anyone help me!!!!! -- modified at 2:30 Thursday 28th September, 2006

    J 1 Reply Last reply
    0
    • T tyagi0208

      I want that user can select fields from form and than only that selected fields can display on the report using C# & ADo.NET connectivity. Can anyone help me!!!!! -- modified at 2:30 Thursday 28th September, 2006

      J Offline
      J Offline
      jeyapandian
      wrote on last edited by
      #2

      There are few ways to do that, 1)If you have reports in your project itself you can use iteract with section items collection and make appripriate items suppress attribute to false. 2)If you have reports as report file(*.rpt) you can play around with the datasource, a) Make sure you have selected verify database on every print b) by using ADO.NET method fill a dataset with selected fileds,then set the datatable or dataview as a datasource for the report. the second solution worked for me with a simple check list report,never tried the first one.. Good luck Where there is a will,there is a way.

      Where there is a will,there is a way.

      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