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. Visual Basic
  4. CrystalReport and Subreport ?

CrystalReport and Subreport ?

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
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.
  • D Offline
    D Offline
    dcode25
    wrote on last edited by
    #1

    I have a situation where i need to create a Crystalreport with a subreport. I don't know is possible on vb.net.? the situation is : Have 3 tables : Students Finance Score Each student have sone registration on table1 and some registration on table2. (the tables are related) I want to display on the report : Name of student1 All the registration for this student on Finance All the registration for this student on Score ------- Name of Student2 All the registration for this student on Finance All the registration for this student on Score ---------- ....... for all the students i think to do this with report-subreport? Any idea ?

    K 1 Reply Last reply
    0
    • D dcode25

      I have a situation where i need to create a Crystalreport with a subreport. I don't know is possible on vb.net.? the situation is : Have 3 tables : Students Finance Score Each student have sone registration on table1 and some registration on table2. (the tables are related) I want to display on the report : Name of student1 All the registration for this student on Finance All the registration for this student on Score ------- Name of Student2 All the registration for this student on Finance All the registration for this student on Score ---------- ....... for all the students i think to do this with report-subreport? Any idea ?

      K Offline
      K Offline
      kkb_2001
      wrote on last edited by
      #2

      Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public SubReport As ReportDocument SubReport = New ReportDocument SubReport = Report.OpenSubreport(SubReportName) SubReport.SetDataSource(datasource) Now use this SubReport object to solve the problem

      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