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. Reports and Non-database data sources?

Reports and Non-database data sources?

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasequestion
6 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.
  • S Offline
    S Offline
    Sam Marrocco
    wrote on last edited by
    #1

    In the past, I've generated reports for my code purely with vb.net code. I do not use databases at all; all data is stored in classes within the code. Is there a manner in which collections of class objects can be utilized by Report software (such as Crystal Reports) or are there other report applications/components that I should look into? Ease of report generation is getting important, but I cannot implement database-versions of my code. Any suggestions or examples?

    D 1 Reply Last reply
    0
    • S Sam Marrocco

      In the past, I've generated reports for my code purely with vb.net code. I do not use databases at all; all data is stored in classes within the code. Is there a manner in which collections of class objects can be utilized by Report software (such as Crystal Reports) or are there other report applications/components that I should look into? Ease of report generation is getting important, but I cannot implement database-versions of my code. Any suggestions or examples?

      D Offline
      D Offline
      Duncan Edwards Jones
      wrote on last edited by
      #2

      Try this article maybe?[^] OK - it's a long way from Crystal Reports but it works on any collection that implements IList or ICollection... '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

      S 1 Reply Last reply
      0
      • D Duncan Edwards Jones

        Try this article maybe?[^] OK - it's a long way from Crystal Reports but it works on any collection that implements IList or ICollection... '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

        S Offline
        S Offline
        Sam Marrocco
        wrote on last edited by
        #3

        Unfortunately, this does pretty much what my code already does--designing the forms in *code* (rather laboriously I might add in my case). I'm really looking for something that will allow the report to be created via a designer of some sort.

        D 1 Reply Last reply
        0
        • S Sam Marrocco

          Unfortunately, this does pretty much what my code already does--designing the forms in *code* (rather laboriously I might add in my case). I'm really looking for something that will allow the report to be created via a designer of some sort.

          D Offline
          D Offline
          Duncan Edwards Jones
          wrote on last edited by
          #4

          How long can you wait? (I am adding visual designers stuff to it based on the "Shapes" sample but it is not going smoothly at present...) '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

          S 1 Reply Last reply
          0
          • D Duncan Edwards Jones

            How long can you wait? (I am adding visual designers stuff to it based on the "Shapes" sample but it is not going smoothly at present...) '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

            S Offline
            S Offline
            Sam Marrocco
            wrote on last edited by
            #5

            I'm a patient man ;) I'd be very interested in trying it when you get the designers working. Being able to use a visual designer to arrange a header, body & footer for a form, with text and picture fields would go a long way to avoiding code-based forms.

            D 1 Reply Last reply
            0
            • S Sam Marrocco

              I'm a patient man ;) I'd be very interested in trying it when you get the designers working. Being able to use a visual designer to arrange a header, body & footer for a form, with text and picture fields would go a long way to avoiding code-based forms.

              D Offline
              D Offline
              Duncan Edwards Jones
              wrote on last edited by
              #6

              There is some limited designer support in this version in GotDotNet[^] - i.e. when you change the properties of a section in design mode it redraws the page to show the change. It does not do selectiong / dragging / resizing though...yet '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

              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