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. Web Development
  3. ASP.NET
  4. I want to call Crystal Report in ASP.NET

I want to call Crystal Report in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
5 Posts 4 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.
  • S Offline
    S Offline
    suveenmohan
    wrote on last edited by
    #1

    Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help

    S T S 3 Replies Last reply
    0
    • S suveenmohan

      Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help

      T Offline
      T Offline
      Tirthadip
      wrote on last edited by
      #2

      There is plenty of resource in the net....try google..... see this http://www.codeproject.com/aspnet/crystal_report.asp[^] http://dotnetjunkies.com/Article/790775A0-C493-46D8-ABE0-40CA588D33D3.dcik[^] http://www.aspfree.com/c/a/ASP.NET/Programming-Crystal-Reports-with-ASP-NET-2-0/[^]

      Tirtha Do not go where the path may lead, go instead where there is no path and leave a trail. Author: Ralph Waldo Emerson (1803-82), American writer, philosopher, poet, essayist

      S 1 Reply Last reply
      0
      • S suveenmohan

        Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help

        S Offline
        S Offline
        Sathesh Sakthivel
        wrote on last edited by
        #3

        Hope the Article by LeoSelmani Crystal Report[^] here in CP will Help you.

        Regards, Satips.:rose:

        1 Reply Last reply
        0
        • S suveenmohan

          Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help

          S Offline
          S Offline
          sPaudel
          wrote on last edited by
          #4

          Use the crystal report viewer from the toolbox of the visual studio.

          1 Reply Last reply
          0
          • T Tirthadip

            There is plenty of resource in the net....try google..... see this http://www.codeproject.com/aspnet/crystal_report.asp[^] http://dotnetjunkies.com/Article/790775A0-C493-46D8-ABE0-40CA588D33D3.dcik[^] http://www.aspfree.com/c/a/ASP.NET/Programming-Crystal-Reports-with-ASP-NET-2-0/[^]

            Tirtha Do not go where the path may lead, go instead where there is no path and leave a trail. Author: Ralph Waldo Emerson (1803-82), American writer, philosopher, poet, essayist

            S Offline
            S Offline
            suveenmohan
            wrote on last edited by
            #5

            Hi, Thanx for your reply.But i want to access multiple reports by passing a querystring e.g. if(Request.QueryString.Equels("L")) { CRV.ReportSource = Server.MapPath("New_Reports/deptwiselaptop.rpt"); } else if(Request.QueryString.Equels("W")) { CRV.ReportSource = Server.MapPath("New_Reports/Warranty.rpt"); } but it gave an error on Request.QueryString.Equels("L") error msg is-> 'System.Collections.Specialized.NameValueCollection' does not contain a definition for 'Equels'

            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