Re: What is the best Reportinf mechanism in .Net ?
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 04/29/04
- Previous message: William \(Bill\) Vaughn: "Re: -2147467259 Unspecified Error"
- In reply to: Amal: "What is the best Reportinf mechanism in .Net ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 10:56:37 -0700
Reporting Services (RS) supports "Data Processing Extensions" that (by
default) extract data from .NET, OLE DB or ODBC data sources. However, it's
not that hard to write your own Data Processing Extension. I expect you
could write one that extracted data from the middle tier. You would have to
return a DataReader to the Report Server for it to process, so your middle
tier approach might not work well.
Let me know what you figure out. There's more information about our new book
on Reporting Services at www.sqlreportingservices.net.
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Amal" <amalm@sabretch.com> wrote in message news:%23qnOBMELEHA.3292@TK2MSFTNGP11.phx.gbl... > Hii All > > I have a problem in reporting in .Net( or tired developments). The correct > approach in software development is to have tired layers as presentation, > Business, and Data. When we need to get information from the database we > should not directly query the database insted we should ask it from the > middle tier application components. With this in mind please someone answer > the following questions. > > 1 > When we have set of application components, How can we use them in popular > reporting tools such as .Net Crystal ? Because Crystal needs to get data > direcly from the database, hence violating the tired isolation. > > 2. > I have heard about the new SQL reporting engine. Is it suitable for tired > developments ? > > Thanks in advance > > loku > > > > >
- Previous message: William \(Bill\) Vaughn: "Re: -2147467259 Unspecified Error"
- In reply to: Amal: "What is the best Reportinf mechanism in .Net ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|