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. The Lounge
  3. Recommendations for reporting solution -- shared hosting friendly

Recommendations for reporting solution -- shared hosting friendly

Scheduled Pinned Locked Moved The Lounge
careervisual-studiocomsysadminhosting
44 Posts 13 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.
  • C Christopher Duncan

    Have you tried installing it in a shared hosting environment where all you're able to do is copy files?

    Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

    B Offline
    B Offline
    Brady Kelly
    wrote on last edited by
    #15

    Yes, but there's the rub. Many of its designers etc. require it installed in the GAC, so you need to include the following in your deployment procedure: 1. Change all the strong names in 'Register' page directives. Quite easy. just lop off everything but the assembly name, and search and replace on all aspx pages. 2. Copy the required assemblies from the DevEx installation directory to your bin folder. 3. Remove all 'Compile' entries in web.config for the above assemblies. 4. Deploy. It's really about ten minute's work, regardless of your project size.

    C 1 Reply Last reply
    0
    • L Luis Alonso Ramos

      I am using MS ReportViewer 9.0 for that. It's just a matter of copying something like 3 or DLLs (around 5 MB) and it works (I think -- I am not 100% sure about web but I have done it personally with WinForms; I'll have to ask my coworkers about web).

      Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!

      L Offline
      L Offline
      l a u r e n
      wrote on last edited by
      #16

      when i looked at the ms report viewer thingy it appeared that the reports have to be compiled into the app which made it less than useful for me ... or is that not the case?

      "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

      L 1 Reply Last reply
      0
      • L l a u r e n

        fyireporting.com :cool:

        "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

        B Offline
        B Offline
        Brady Kelly
        wrote on last edited by
        #17

        We are stuck with fyi on our core application, and am sorry we have invested so deeply in it. Its just not on the same level as the other products mentioned in this thread.

        C 1 Reply Last reply
        0
        • C Christopher Duncan

          Hmmm, looks interesting, and of course Free is always good. :) I see that there's an msi file to install it locally. To deploy to a shared hosting environment, is it as simple as copying RdlViewer.dll and RdlEngine.dll to the bin directory and uploading to the web site, or is there more to it than that?

          Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

          B Offline
          B Offline
          Brady Kelly
          wrote on last edited by
          #18

          That's it.

          1 Reply Last reply
          0
          • L l a u r e n

            when i looked at the ms report viewer thingy it appeared that the reports have to be compiled into the app which made it less than useful for me ... or is that not the case?

            "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

            L Offline
            L Offline
            Luis Alonso Ramos
            wrote on last edited by
            #19

            You can either include them as embedded resources or specify an external .rdlc file.

            Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!

            C 1 Reply Last reply
            0
            • L l a u r e n

              fyireporting.com :cool:

              "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

              L Offline
              L Offline
              Luis Alonso Ramos
              wrote on last edited by
              #20

              I was looking at fyiReporting and it looks promising. One thing I don't like too much about ReportViewer is that for web it requires installing an ActiveX control, and that might be overkill for simple reports. This one can generate HTML output (I saw the demos for simple reports, but I'd need to try it with more complicated ones.)

              Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!

              C 1 Reply Last reply
              0
              • C Christopher Duncan

                Hey, guys. I'm running web projects in both VS 2005 and 2008. For my reporting needs, the built in Crystal Reports gets the job done nicely - until it's time to deploy. All of my projects run in a shared hosting environment, which means that I don't have access to the server to run an install program (or any other .exe), and they wouldn't let me if I did. That's the nature of shared hosting. If you've tried to deploy Crystal in this type environment, you'll understand why I'm looking for a different product. Fortunately, I'm not yet heavily invested in reports written in Crystal, so I'm looking for an alternative solution that's a) wysiwyg report development ala Crystal and b) simple to deploy in a shared hosting environment, i.e. just copy files to the bin folder and be done with it. Anyone have suggestions of products that meet these needs? I don't mind spending a hundred bucks or two, but much more than that would be beyond my budget.

                Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                J Offline
                J Offline
                JimmyRopes
                wrote on last edited by
                #21

                Have you tried Access, SQL Reporting Services or EXCEL for reporting? Access is pretty much WISIWYG and the reports are pretty standard. I have implemented spreadsheets and charts programmatically with EXCEL. I haven't used SQL Reporting Services yet but I have heard from friends that it is a workable solution.

                Simply Elegant Designs JimmyRopes Designs
                Think inside the box! ProActive Secure Systems
                I'm on-line therefore I am. JimmyRopes

                C 1 Reply Last reply
                0
                • C Christopher Duncan

                  Hey, guys. I'm running web projects in both VS 2005 and 2008. For my reporting needs, the built in Crystal Reports gets the job done nicely - until it's time to deploy. All of my projects run in a shared hosting environment, which means that I don't have access to the server to run an install program (or any other .exe), and they wouldn't let me if I did. That's the nature of shared hosting. If you've tried to deploy Crystal in this type environment, you'll understand why I'm looking for a different product. Fortunately, I'm not yet heavily invested in reports written in Crystal, so I'm looking for an alternative solution that's a) wysiwyg report development ala Crystal and b) simple to deploy in a shared hosting environment, i.e. just copy files to the bin folder and be done with it. Anyone have suggestions of products that meet these needs? I don't mind spending a hundred bucks or two, but much more than that would be beyond my budget.

                  Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                  T Offline
                  T Offline
                  Todd Smith
                  wrote on last edited by
                  #22

                  You can't do copy-deploy to the bin directory of your web apps?

                  Todd Smith

                  C 1 Reply Last reply
                  0
                  • C Christopher Duncan

                    Grooviness. Thanks!

                    Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                    D Offline
                    D Offline
                    Douglas Troy
                    wrote on last edited by
                    #23

                    Christopher Duncan wrote:

                    Grooviness

                    Grooviness Reporting Patterns

                    by Christopher Duncan

                    Teaches Reporting design patterns such as:

                    • The Cool Beans Report Pattern
                    • The Hipster 3-D Charting Pattern
                    • And the 10 MacDaddy'O Reporting Design Principles

                    Be a cool cat and get your copy today!

                    :rolleyes:

                    C 1 Reply Last reply
                    0
                    • D Douglas Troy

                      Christopher Duncan wrote:

                      Grooviness

                      Grooviness Reporting Patterns

                      by Christopher Duncan

                      Teaches Reporting design patterns such as:

                      • The Cool Beans Report Pattern
                      • The Hipster 3-D Charting Pattern
                      • And the 10 MacDaddy'O Reporting Design Principles

                      Be a cool cat and get your copy today!

                      :rolleyes:

                      C Offline
                      C Offline
                      Christopher Duncan
                      wrote on last edited by
                      #24

                      Outta site. :-D

                      Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                      1 Reply Last reply
                      0
                      • T Todd Smith

                        You can't do copy-deploy to the bin directory of your web apps?

                        Todd Smith

                        C Offline
                        C Offline
                        Christopher Duncan
                        wrote on last edited by
                        #25

                        Nope. Hence the quest.

                        Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                        Z 1 Reply Last reply
                        0
                        • C Christopher Duncan

                          The shared hosting deployment is pretty much the heart of the matter and could be a show stopper if not supported. Maybe I should try giving them a call on Monday.

                          Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #26

                          Their support is pretty good so giving them a call will give you an answer pretty quick. I've not used XtraReports in a web environment either, but there's no deployment tool that I can find for it (I subscribe to their Universal package - i.e. everything with source), so I'd guess it's the same as all their other web stuff (which I do use) - just copy the dll's to the bin folder. Here's[^] a recent similar topic in their community forums that you'll find interesting. Downloading and trying their trial package would tell you whether or not you'll run into this issue. Cheers, Drew.

                          1 Reply Last reply
                          0
                          • C Christopher Duncan

                            Hmmm, looks interesting, and of course Free is always good. :) I see that there's an msi file to install it locally. To deploy to a shared hosting environment, is it as simple as copying RdlViewer.dll and RdlEngine.dll to the bin directory and uploading to the web site, or is there more to it than that?

                            Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                            G Offline
                            G Offline
                            Greg 0
                            wrote on last edited by
                            #27

                            For deploying you will need to install the MS report viewer. Heres a link: http://download.microsoft.com/download/6/e/d/6eda0f6a-4fb3-4880-bd96-fe71d7c12aa0/ReportViewer.exe[^] I have included a check within my installer to determine if its already installed. If not, it downloads and installs it.

                            Portfolio Manager

                            C 1 Reply Last reply
                            0
                            • C Christopher Duncan

                              Well, given the price of other solutions, $350 without source / $500 with isn't out of line, though more than I was hoping to spend. Actually, since I'd been under the assumption that I could use the tools that ship with my compiler (i.e. Crystal), I'm irritated about having to spend any money at all, but that's a different conversation. Have you deployed XtraReports to shared hosting servers where you didn't have the ability to run an install program? In other words, do they support a simple file copy installation via ftp?

                              Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                              O Offline
                              O Offline
                              Oleg Shilo
                              wrote on last edited by
                              #28

                              Also keep in mind that Crystal only appears to be free. If you need non-trivil runtime report modifications you will need to pay royalty (per installation) for using some specific Crystal API. Also if you try to localize your reports you may need to buy Crystal Language Pack (~US$800 a few years ago). And I am not even talking about quality of the product....:mad: I worked with XtraReports, had good impression. It is not perfect but a solid product, which (in contrary to Crystal) is a pure managed product/application. Though some other managed alternatives might be available.

                              C 1 Reply Last reply
                              0
                              • L l a u r e n

                                fyireporting.com :cool:

                                "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

                                G Offline
                                G Offline
                                Guy Harwood
                                wrote on last edited by
                                #29

                                Nice find. I use telerik reporting myself but have been looking for some rtf generation source code to fill the gaps in our own internal RTF library. :cool:

                                ---Guy H ;-)---

                                C 1 Reply Last reply
                                0
                                • G Greg 0

                                  For deploying you will need to install the MS report viewer. Heres a link: http://download.microsoft.com/download/6/e/d/6eda0f6a-4fb3-4880-bd96-fe71d7c12aa0/ReportViewer.exe[^] I have included a check within my installer to determine if its already installed. If not, it downloads and installs it.

                                  Portfolio Manager

                                  C Offline
                                  C Offline
                                  Christopher Duncan
                                  wrote on last edited by
                                  #30

                                  Hi, Greg. Since this is shared hosting I don't have the option of running install programs on the server. Thanks for the help just the same.

                                  Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                  1 Reply Last reply
                                  0
                                  • L Luis Alonso Ramos

                                    You can either include them as embedded resources or specify an external .rdlc file.

                                    Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!

                                    C Offline
                                    C Offline
                                    Christopher Duncan
                                    wrote on last edited by
                                    #31

                                    I'll see if it's available for the web. Thanks, man.

                                    Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                    1 Reply Last reply
                                    0
                                    • G Guy Harwood

                                      Nice find. I use telerik reporting myself but have been looking for some rtf generation source code to fill the gaps in our own internal RTF library. :cool:

                                      ---Guy H ;-)---

                                      C Offline
                                      C Offline
                                      Christopher Duncan
                                      wrote on last edited by
                                      #32

                                      The telerik stuff looks good, it's just a bit pricey for my budget.

                                      Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                      G 1 Reply Last reply
                                      0
                                      • O Oleg Shilo

                                        Also keep in mind that Crystal only appears to be free. If you need non-trivil runtime report modifications you will need to pay royalty (per installation) for using some specific Crystal API. Also if you try to localize your reports you may need to buy Crystal Language Pack (~US$800 a few years ago). And I am not even talking about quality of the product....:mad: I worked with XtraReports, had good impression. It is not perfect but a solid product, which (in contrary to Crystal) is a pure managed product/application. Though some other managed alternatives might be available.

                                        C Offline
                                        C Offline
                                        Christopher Duncan
                                        wrote on last edited by
                                        #33

                                        Hey, Oleg. If you've used XtraReports, do you know if it can be deployed to a web site via ftp file copy, or does an install app have to be run on the server before they'll work?

                                        Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                        O 1 Reply Last reply
                                        0
                                        • B Brady Kelly

                                          Yes, but there's the rub. Many of its designers etc. require it installed in the GAC, so you need to include the following in your deployment procedure: 1. Change all the strong names in 'Register' page directives. Quite easy. just lop off everything but the assembly name, and search and replace on all aspx pages. 2. Copy the required assemblies from the DevEx installation directory to your bin folder. 3. Remove all 'Compile' entries in web.config for the above assemblies. 4. Deploy. It's really about ten minute's work, regardless of your project size.

                                          C Offline
                                          C Offline
                                          Christopher Duncan
                                          wrote on last edited by
                                          #34

                                          Thanks, man.

                                          Christopher Duncan Author of The Career Programmer and Unite the Tribes www.PracticalUSA.com

                                          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