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. Web Development
  3. ASP.NET
  4. Reports in ASP.NET

Reports in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netperformance
7 Posts 5 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.
  • R Offline
    R Offline
    Rashmi_Karnam
    wrote on last edited by
    #1

    Hi, I am working on generating reports for one of the data entry project using ASP.NET. Data Entry Project has huge data which runs in lakhs. When i load these 1 lakh data in reports it takes much time to load and consume more memory. Is there any faster way to load huge data on reports. Which type of reports is good to handle this type of huge data. Like(Creating reports using Crystal Report/ Infragistic Controls /....). Need a suggesstion soon, as i need to start working on this as soon as possible. Thanks & Regards, :confused:

    Rashmi.M.K

    C S 2 Replies Last reply
    0
    • R Rashmi_Karnam

      Hi, I am working on generating reports for one of the data entry project using ASP.NET. Data Entry Project has huge data which runs in lakhs. When i load these 1 lakh data in reports it takes much time to load and consume more memory. Is there any faster way to load huge data on reports. Which type of reports is good to handle this type of huge data. Like(Creating reports using Crystal Report/ Infragistic Controls /....). Need a suggesstion soon, as i need to start working on this as soon as possible. Thanks & Regards, :confused:

      Rashmi.M.K

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      lakh is not an english word, I only know what it means because it's used here so often. There's no other answer. Lots of data takes longer than less data. It's possible that you're doing calculations you could cache, etc, but with the info you've given, the answer is that it's impossible to say, but any way of doing it faster involves a faster PC, or some sort of shortcut.

      Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

      D 1 Reply Last reply
      0
      • C Christian Graus

        lakh is not an english word, I only know what it means because it's used here so often. There's no other answer. Lots of data takes longer than less data. It's possible that you're doing calculations you could cache, etc, but with the info you've given, the answer is that it's impossible to say, but any way of doing it faster involves a faster PC, or some sort of shortcut.

        Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

        D Offline
        D Offline
        David Mujica
        wrote on last edited by
        #3

        Does this mean, "A lakh (Hindi: लाख) (also written lac) is a unit in the Indian numbering system equal to one hundred thousand (100,000; 105)" ? My only suggestion would be to develop an asynchronous reporting architecture where a background process creates the report and notifies the user when the report is complete. Something like a "Report Sever".

        A 1 Reply Last reply
        0
        • D David Mujica

          Does this mean, "A lakh (Hindi: लाख) (also written lac) is a unit in the Indian numbering system equal to one hundred thousand (100,000; 105)" ? My only suggestion would be to develop an asynchronous reporting architecture where a background process creates the report and notifies the user when the report is complete. Something like a "Report Sever".

          A Offline
          A Offline
          AndyInUK
          wrote on last edited by
          #4

          yes it is .. n lac is an english term but not used outside india i reckon.

          1 Reply Last reply
          0
          • R Rashmi_Karnam

            Hi, I am working on generating reports for one of the data entry project using ASP.NET. Data Entry Project has huge data which runs in lakhs. When i load these 1 lakh data in reports it takes much time to load and consume more memory. Is there any faster way to load huge data on reports. Which type of reports is good to handle this type of huge data. Like(Creating reports using Crystal Report/ Infragistic Controls /....). Need a suggesstion soon, as i need to start working on this as soon as possible. Thanks & Regards, :confused:

            Rashmi.M.K

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

            Large data always causes performance headache. You can use SQL Server Reporting Services and may concentrate to optimize the process to pick and bind data (I am talking about SQL Queries).

            Either you love IT or leave IT...

            R 1 Reply Last reply
            0
            • S saanj

              Large data always causes performance headache. You can use SQL Server Reporting Services and may concentrate to optimize the process to pick and bind data (I am talking about SQL Queries).

              Either you love IT or leave IT...

              R Offline
              R Offline
              Rashmi_Karnam
              wrote on last edited by
              #6

              thanks for all who has replyed... saanj, i think this is the option where i can see the possibility. thanks for ur suggestion. :)

              Rashmi.M.K

              S 1 Reply Last reply
              0
              • R Rashmi_Karnam

                thanks for all who has replyed... saanj, i think this is the option where i can see the possibility. thanks for ur suggestion. :)

                Rashmi.M.K

                S Offline
                S Offline
                saanj
                wrote on last edited by
                #7

                Yes you may start with SSRS. All the best. :)

                Either you love IT or leave IT...

                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