Seeking report component....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ljh

    #1

    Seeking report component....

    Wasn't there a report component that you could use in a VB/VB.Net app that
    would allow end users to create thier own reports to save and run?

    I swear I remember seeing such a thing....but I can't remember the name.....


  • Greg Young

    #2
    Re: Seeking report component....

    Crystal Reports ...

    Active Reports is an external (but very good library)

    Cheers,

    Greg Young
    MVP - C#

    "ljh" <Some@where.els e> wrote in message
    news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=blue]
    > Wasn't there a report component that you could use in a VB/VB.Net app that
    > would allow end users to create thier own reports to save and run?
    >
    > I swear I remember seeing such a thing....but I can't remember the
    > name.....
    >[/color]


    Comment

    • ljh

      #3
      Re: Seeking report component....

      These have an interface you can expose to users of your app so that they can
      create thier own reports?


      "Greg Young" <druckdruckREMO VEgoose@hotmail .com> wrote in message
      news:OcJ6ZFGhGH A.4404@TK2MSFTN GP05.phx.gbl...[color=blue]
      > Crystal Reports ...
      >
      > Active Reports is an external (but very good library)
      >
      > Cheers,
      >
      > Greg Young
      > MVP - C#
      > http://geekswithblogs.net/gyoung
      > "ljh" <Some@where.els e> wrote in message
      > news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=green]
      >> Wasn't there a report component that you could use in a VB/VB.Net app
      >> that would allow end users to create thier own reports to save and run?
      >>
      >> I swear I remember seeing such a thing....but I can't remember the
      >> name.....
      >>[/color]
      >
      >[/color]


      Comment

      • Greg Young

        #4
        Re: Seeking report component....

        Yes. But I believe that is a paid bit.

        Sql Reporting Services is another option, I am not sure about sql reporting
        services ad hoc reporting tools soemone else may know more about them in
        particular.

        Cheers,

        Greg Young
        MVP - C#

        "ljh" <Some@where.els e> wrote in message
        news:h68fg.6700 3$MM6.233@bigne ws3.bellsouth.n et...[color=blue]
        > These have an interface you can expose to users of your app so that they
        > can create thier own reports?
        >
        >
        > "Greg Young" <druckdruckREMO VEgoose@hotmail .com> wrote in message
        > news:OcJ6ZFGhGH A.4404@TK2MSFTN GP05.phx.gbl...[color=green]
        >> Crystal Reports ...
        >>
        >> Active Reports is an external (but very good library)
        >>
        >> Cheers,
        >>
        >> Greg Young
        >> MVP - C#
        >> http://geekswithblogs.net/gyoung
        >> "ljh" <Some@where.els e> wrote in message
        >> news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=darkred]
        >>> Wasn't there a report component that you could use in a VB/VB.Net app
        >>> that would allow end users to create thier own reports to save and run?
        >>>
        >>> I swear I remember seeing such a thing....but I can't remember the
        >>> name.....
        >>>[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        • Cor Ligthert [MVP]

          #5
          Re: Seeking report component....

          Ljh,

          Have a look at this sample. (The download is in the blue line, we are busy
          with reconstructiong our website but that will give in some samples strange
          effects, so we have to change it than)



          I hope this helps,

          Cor

          "ljh" <Some@where.els e> schreef in bericht
          news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=blue]
          > Wasn't there a report component that you could use in a VB/VB.Net app that
          > would allow end users to create thier own reports to save and run?
          >
          > I swear I remember seeing such a thing....but I can't remember the
          > name.....
          >[/color]


          Comment

          • Mike Lowery

            #6
            Re: Seeking report component....

            OWC might be of interest:


            "ljh" <Some@where.els e> wrote in message
            news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=blue]
            > Wasn't there a report component that you could use in a VB/VB.Net app that
            > would allow end users to create thier own reports to save and run?
            >
            > I swear I remember seeing such a thing....but I can't remember the name.....
            >[/color]


            Comment

            • ewok66

              #7
              Re: Seeking report component....

              You might be thinking about SQL Server 2005 reporting services. You can
              create 'models' that define tables and relationships - users then can create
              reports and save them in the reporting database.
              --
              --ewok
              MCSA+M,MCSE, MCSD, MCDBA,MCITP


              "Mike Lowery" wrote:
              [color=blue]
              > OWC might be of interest:
              > http://www.aspnetresources.com/artic...omponents.aspx
              >
              > "ljh" <Some@where.els e> wrote in message
              > news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=green]
              > > Wasn't there a report component that you could use in a VB/VB.Net app that
              > > would allow end users to create thier own reports to save and run?
              > >
              > > I swear I remember seeing such a thing....but I can't remember the name.....
              > >[/color]
              >
              >
              >[/color]

              Comment

              • ljh

                #8
                FOUND IT!!!!

                Thanks to all who posted!

                I found it....."The Professional Edition of ActiveReports for .NET features
                an End-User Report Designer control that allows you to host the report
                designer in your own applications to provide end users with the ability to
                create and modify reports."

                If you want to take a look...
                http://www.datadynamics.com/Products...Product=ARNET2 .

                Thanks again!

                "ljh" <Some@where.els e> wrote in message
                news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=blue]
                > Wasn't there a report component that you could use in a VB/VB.Net app that
                > would allow end users to create thier own reports to save and run?
                >
                > I swear I remember seeing such a thing....but I can't remember the
                > name.....
                >[/color]


                Comment

                • Greg Young

                  #9
                  Re: FOUND IT!!!!

                  heh .. see first reply :)

                  Cheers,

                  Greg Young
                  MVP - C#

                  "ljh" <Some@where.els e> wrote in message
                  news:Sutfg.6773 9$MM6.61031@big news3.bellsouth .net...[color=blue]
                  > Thanks to all who posted!
                  >
                  > I found it....."The Professional Edition of ActiveReports for .NET
                  > features an End-User Report Designer control that allows you to host the
                  > report designer in your own applications to provide end users with the
                  > ability to create and modify reports."
                  >
                  > If you want to take a look...
                  > http://www.datadynamics.com/Products...Product=ARNET2 .
                  >
                  > Thanks again!
                  >
                  > "ljh" <Some@where.els e> wrote in message
                  > news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=green]
                  >> Wasn't there a report component that you could use in a VB/VB.Net app
                  >> that would allow end users to create thier own reports to save and run?
                  >>
                  >> I swear I remember seeing such a thing....but I can't remember the
                  >> name.....
                  >>[/color]
                  >
                  >[/color]


                  Comment

                  • ljh

                    #10
                    Re: FOUND IT!!!!

                    U da man Greg!

                    Thanks for reminding me!


                    "Greg Young" <druckdruckREMO VEgoose@hotmail .com> wrote in message
                    news:OOdxvcThGH A.2456@TK2MSFTN GP04.phx.gbl...[color=blue]
                    > heh .. see first reply :)
                    >
                    > Cheers,
                    >
                    > Greg Young
                    > MVP - C#
                    > http://geekswithblogs.net/gyoung
                    > "ljh" <Some@where.els e> wrote in message
                    > news:Sutfg.6773 9$MM6.61031@big news3.bellsouth .net...[color=green]
                    >> Thanks to all who posted!
                    >>
                    >> I found it....."The Professional Edition of ActiveReports for .NET
                    >> features an End-User Report Designer control that allows you to host the
                    >> report designer in your own applications to provide end users with the
                    >> ability to create and modify reports."
                    >>
                    >> If you want to take a look...
                    >> http://www.datadynamics.com/Products...Product=ARNET2
                    >> .
                    >>
                    >> Thanks again!
                    >>
                    >> "ljh" <Some@where.els e> wrote in message
                    >> news:JE7fg.6697 2$MM6.47795@big news3.bellsouth .net...[color=darkred]
                    >>> Wasn't there a report component that you could use in a VB/VB.Net app
                    >>> that would allow end users to create thier own reports to save and run?
                    >>>
                    >>> I swear I remember seeing such a thing....but I can't remember the
                    >>> name.....
                    >>>[/color]
                    >>
                    >>[/color]
                    >
                    >[/color]


                    Comment

                    Working...