473,799 Members | 3,005 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is it possible to use Dataset with Sql Reporting Services ?

Sql Reporting Services uses sql command and stored procedures to
prepare report. but I need to use dataset to manipulate data in a
class. So is
it possible with Sql Reporting Services ?

Thanks
Nov 18 '05 #1
3 1958
Hi Oney:

Yes, you'll have to build a data processing extension (DPE). Christa C
has an article on this very subject:
http://msdn.microsoft.com/sql/defaul.../rsdsetex3.asp

--
Scott
http://www.OdeToCode.com/blogs/scott/
On 11 Nov 2004 04:39:34 -0800, oz*********@yah oo.com (Oney) wrote:
Sql Reporting Services uses sql command and stored procedures to
prepare report. but I need to use dataset to manipulate data in a
class. So is
it possible with Sql Reporting Services ?

Thanks


Nov 18 '05 #2
I read that article and done it but on the report project on Shared
Data Source window, "DataSet Data Extension" Type doesn't appear!

I compiled the the project and paste ReportServer bin folder and
ReportDesigner bin folder. After I added RSReportServer. config file

<Extension Name="DataSet"
Type="Microsoft .Samples.Report ingServices.Dat aSetExtension.D SXConnection,RS CustomData"> <Configuratio n> <XSDConfigurati on><XSDFile>C:\ Customer.xsd</XSDFile> </XSDConfiguratio n></Configuration></Extension>
in Data tag

then i added to RSReportDesigne r.config file
<Extension Name="DataSet"
Type="Microsoft .ReportDesigner .Design.Generic QueryDesigner,M icrosoft.Report ingServices.Des igner"/>

in data tag and designer tag

atfer that

I added rspreviewpolicy .config file in ReportDesigner and ReportServer

<CodeGroup class="UnionCod eGroup"
version="1"
PermissionSetNa me="FullTrust"
Name="DataSetEx tensionGroup"
Description="Th is code group grants data extensions full trust.">
<IMembershipCon dition
class="UrlMembe rshipCondition"
version="1"
Url="C:\Program Files\Microsoft SQL Server\MSSQL\Re porting
Services\Report Server\bin\RSCu stomData.dll"
/>
</CodeGroup>

what is wrong ?

C:\Customer.xsd is exist
by the way I use evaluation version
oz*********@yah oo.com (Oney) wrote in message news:<cc******* *************** ****@posting.go ogle.com>...
Sql Reporting Services uses sql command and stored procedures to
prepare report. but I need to use dataset to manipulate data in a
class. So is
it possible with Sql Reporting Services ?

Thanks

Nov 18 '05 #3
Hi Oney:

It sounds as if you have done everything correctly. You might want to
check the report server log files to see if they indicate any errors
or problems.

One thing I've always had to double and triple check are the policy
files. Did you put the new CodeGroup just after the CodeGen membership
group?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On 12 Nov 2004 03:12:43 -0800, oz*********@yah oo.com (Oney) wrote:
I read that article and done it but on the report project on Shared
Data Source window, "DataSet Data Extension" Type doesn't appear!

I compiled the the project and paste ReportServer bin folder and
ReportDesign er bin folder. After I added RSReportServer. config file

<Extension Name="DataSet"
Type="Microsof t.Samples.Repor tingServices.Da taSetExtension. DSXConnection,R SCustomData"> <Configuratio n> <XSDConfigurati on><XSDFile>C:\ Customer.xsd</XSDFile> </XSDConfiguratio n></Configuration></Extension>
in Data tag

then i added to RSReportDesigne r.config file
<Extension Name="DataSet"
Type="Microsof t.ReportDesigne r.Design.Generi cQueryDesigner, Microsoft.Repor tingServices.De signer"/>

in data tag and designer tag

atfer that

I added rspreviewpolicy .config file in ReportDesigner and ReportServer

<CodeGroup class="UnionCod eGroup"
version="1"
PermissionSetN ame="FullTrust"
Name="DataSetE xtensionGroup"
Description="T his code group grants data extensions full trust.">
<IMembershipCo ndition
class="UrlMemb ershipCondition "
version="1"
Url="C:\Program Files\Microsoft SQL Server\MSSQL\Re porting
Services\Repor tServer\bin\RSC ustomData.dll"
/>
</CodeGroup>

what is wrong ?

C:\Customer.xs d is exist
by the way I use evaluation version


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1306
by: Teo Lachev | last post by:
I would like to introduce you officially to my book "Reporting Services in Action" and let you know about its availability. I wrote this book for information workers, system administrators and developers who are planning to leverage Reporting Services to author, manage and distribute RS-based reports. It is a solution-oriented guide that teaches you RS by practical examples. Here are some of the solutions that are included in the book: ...
4
3918
by: Fabian von Romberg | last post by:
Hi, I have installed Sql Reporting Services on 2 machines, one is WIN 2000 PRO and the other one is WIN 2000 ADV. SERVER. When I try to access a report using the webbrowser, I get the following error, this happens only if try access the report on the SERVER, it I try on my local machine, it works just fine. Any help will be much appreciated. Thanks in advance, Fabian von Romberg
4
1432
by: HG | last post by:
Hi gurus Sorry the rather long post... I am facing a real world problem here, and I dunno how to approach it. Don't even know if this is the right group...but since my app is ASP.NET I tried here first. I have an ASP.NET WebApp running, database tier is SQL Server 2000 in a intranet environment.
8
2754
by: Woody Splawn | last post by:
I am asking this question here because I asked this question in the Reporting Services Newsgroup and did not get an answer. Does anyone know if Reporting Services is intended to work in a client/Server or Local machine environment? Based on what I have seen my guess is yes but that is a guess. In some materal it talks about it running on a web server but my supposition is that this does not necessarily mean that it would not make for a...
1
1355
by: iThinkData | last post by:
Should these 3 items, .Net 2.0 Website, SQLServer 2005, Reporting Services 2005. all reside on the same computer? I know that the website issues a configuration error saying it can't find certain assemblies listed in the <assemblies> section of the web.config file (Microsoft.Reportviewer.Common, Microsoft.Reportviewer.ProcessingObjectModel, Microsoft.Reportviewer.WebForms, ADODB) pertaining to the Reporting Services. Also, Reporting...
0
435
by: rmk | last post by:
How can I get the 2000 and 2005 versions of SQL Server Reporting Services both working on my development laptop ????? I have ASP.NET 1.1 and 2.0 installed on my laptop. I have Visual Studio 2003 and 2005 installed on my laptop. I have my default website configured for ASP.NET 2.0. I have the developer edition of SQL Server 2000 installed on my laptop as
3
2046
by: =?Utf-8?B?Sm9uIEphY29icw==?= | last post by:
We use SQL Server 2000 We user VS 2005 How can we use SQL Server reporting Services? Thanks,
3
2903
by: Blasting Cap | last post by:
I'm using VS 2005, SQL 2005 reporting services. SQL reporting services is working, and I have it both on my local computer, as well as on a server. I've created a report in the SQL Business Intelligence development studio that works in that environment. I've uploaded the same report to both the Reporting services on my local computer as well as the server, and can log in to them and run the
0
2242
by: fperri | last post by:
Hi, I am trying to configure reporting services which I just added to an already existing installation of SQL Server 2005. When I am in the reporting services configuration manager and I am trying to create the reporting services database I get the following error: Verifying Database Edition The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is not supported in this edition of...
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10268
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10247
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10031
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9079
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7571
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.