Welcome to SqlXml Blogs Sign in | Join | Help

Bryant Likes's Blog

It's all about WebData
Reporting Services WebParts - Walkthrough

In this article I'm going to walk you through how to setup the RsWebParts with SharePoint. The first thing you will need to do is download the CAB file from the RsWebParts workspace. The current version is 1.0.0.0. Next you will need to install the CAB file on your SharePoint server. NOTE: please test these on a development box first. Below are the step-by-step instructions to install the WebParts.

1) Save the CAB file to your SharePoint server in a place that is easy to find (I use c:\temp).

2) On the server, open a command prompt. If you haven't added the STSADM tool to your path environment variable, then you will need to navigate to [c]:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN in the command window (by using >cd program files, >cd common files, etc).

3) At the command prompt type stsadm -o addwppack -filename c:\temp\bml.rswebparts.setup.cab (changing c:\temp\ to the directory where you saved the cab file).

4) You should get a message telling you the wppack was successfully installed.

The next step is to start adding the parts to a page and then connecting them together. To do this you will need a WebPartPage in SharePoint. In the site menu click the create button and scroll down to the WebPartPage option. Create a new WebPartPage. I would suggest the layout that has three zones: header, left column, body. Now you can start adding the parts to your page.

You have a few options for how to put the parts on the page (they are under the Virtual Server Gallery). I would suggest starting with the RsExplorer WebPart since it allows you to explore all the folders and reports on your report server. But you can also start with the RsFolder view, which allows you to browse all the reports in a single folder, or the RsStaticReportView, which connects to a single report. You should use one of these three webparts on your page (note: you can use the other webparts without these, but it makes it more difficult to change the report).

Once you have one of these on the page you will need to set some properties to allow it to work. On the RsExplorer you will need to set the Server URL and the Folder Path. To do this click the down arrow on the RsExplorer WebPart and select Modify Shared Web Part (see image below).

 

In the Server Url box put the URL to your report server. For example, if your server was named ReportServerA then you would set this URL to http://reportservera/reportserver. The Folder Path is just the root path where the explorer will start at. The RsFolderView and RsStaticReportView have similar properties (FolderPath and ReportPath) which do the same thing. Once you click OK the WebPart should load up the list of reports and you should be able to browse around your report server.

The next step is to add some of the other RsWebParts. You can add the RsReportView (for viewing reports), RsReportExport (for exporting reports), RsReportInfo (for getting report details), and RsParameters (for setting report parameters). After you added these items to the page you will need to setup their connections before you can start using them. The steps to make these connections are outlined below.

1) Put the page into design mode by clicking the dropdown at the top and selecting design this page (see image below).

2) Click the down arrow on the Rs Report View web part and under connections select Connections, Consumes a row from, Rs Explorer (see image below). This connetion is what sets the report that the viewer will display.

3) Click the same down arrow on Rs Report View but this time choose Consumes a row from Rs Report Parameters. This connection determines what parameters the report will use to render the report.

4) Click the same down arrow once more, but this choose Provides a cell to and select Rs Report Export. This provides the Url that the viewer is currently using so that the export webpart can export it.

5) Click the down arrow on the Rs Report Parameters and select Connections, Consumes a row from, and select Rs Explorer. This allows the parameters to get the right parameters based on the report you've selected.

6) Finally click the down arrow on the Rs Report Info and select Connections, Consumes a row from, and select Rs Explorer. This allows the web part to display the report information.

You should now be able to select a report and have all the other parts display the correct information. Changing the parameter should change the report. You should also be able to export the report using the export webpart.

I hope you like the web parts! If you find bugs please report them on the workspace and if you would like to add features to the project please apply to join the workspace.

Cheers!

Posted: Thursday, May 27, 2004 4:40 PM by bryantlikes

Comments

TrackBack said:

# May 27, 2004 4:46 PM

TrackBack said:

# May 27, 2004 4:48 PM

TrackBack said:

RsWebParts Workspace
# May 27, 2004 5:12 PM

TrackBack said:

# May 27, 2004 6:26 PM

TrackBack said:

# May 27, 2004 10:22 PM

TrackBack said:

Reporting Services Web ???(SharePoint)
# May 27, 2004 10:50 PM

TrackBack said:

# May 28, 2004 5:45 AM

bryantlikes said:

I got this baby to work! Many thanks for putting it together.
# June 8, 2004 11:22 AM

bryantlikes said:

Grate! We are looking forward to use this solutions sone.
# June 9, 2004 7:54 AM

TrackBack said:

# June 10, 2004 6:26 AM

TrackBack said:

# June 13, 2004 11:14 AM

bryantlikes said:

I have reports that Use Date Parameters. I am getting a sType Undefined Error When I try to uyse the Report Parameters
# June 15, 2004 12:54 PM

bryantlikes said:

I will have to look into that error. I thought it was working with Date parameters but I could be wrong.
# June 16, 2004 8:54 AM

bryantlikes said:

I'm getting the error on 1 server.
microsoft vbscript runtime error
object required: creationdate()
line=6,col3
line is offset from the start of the script block.

and on the second server i'm getting this error
Server did not recognize the value of HTTPheader SOAP action http:\\schemas.microsoft.com\sqlserver\2003\12\reporting\reportingservices\listchildren.

Any help is appreciated.
# June 19, 2004 11:18 PM

bryantlikes said:

Report Viewer works but export when consumming a report and using one sharepoint server which is pointing at a report on reporting services on a different server does not work it opens up the url incorrectly.

Any help is appreciate.
# June 19, 2004 11:34 PM

bryantlikes said:

Valter,

Can you send me an email with more information or post a bug report to the workspace?

Thanks!
# June 23, 2004 6:34 AM

bryantlikes said:

Hi,

I downloaded the cab file and saved it to c:\Temp folder on the server. Ran through your instructions and hit an error when I tried to run stsadm.

Error:
Unknown arguement: c:\temp\bml.rswebparts.setup.cab

Not sure what I am doing wrong. Any help would be appreciated!

thank you in advance.
# June 23, 2004 1:29 PM

bryantlikes said:

Sounds like you forgot the -filename argument. Can you post what you're typing at the command line?
# June 23, 2004 1:49 PM

bryantlikes said:

I got the same error as Valter Borges

Please Help!

microsoft vbscript runtime error
object required: creationdate()
line=6,col3
line is offset from the start of the script block.
# June 23, 2004 5:47 PM

bryantlikes said:

Fantastic work. All functionality appears to be working well.
However two issues I've come across.
1. Using the explorer web part - pops up a message whenever it is rendered about security (yes/no to continue)

2. I really just need the report view, however the report does not update once it has been assigned, I have changed data as well as report layout and neither are reflected when I reload the web part page. The report is set not to cache and the updates are shown when viewed directly via the url
# June 24, 2004 5:26 PM

bryantlikes said:

Glad you like it. The security error is something you can't really get around unless you put the reporting service in the intranet zone and turn off prompting for that zone.

The updating issue is interesting. I haven't seen this issue. Since the viewer is really an iframe it shouldn't be caching things any more than the regular browser. I will look into adding a refresh button but for now you can probably right click the report and select refresh to refresh the report.
# June 25, 2004 7:11 AM

bryantlikes said:

I have had a play with the refresh issue. I embedded the report in a standard 'Page View' web part and the same effect is seen. The report does refresh when the Reporting Services refresh button is pressed, but not when a IE refresh is done (right click, etc). So I think that where there is a report with dynamic data the Reporting Services refresh mechanism will be essential. A button would be good, but even better would be a property that would allow enabling an 'auto refresh on load' - which would refresh the report whenever the report is rendered - a nice feature for highly dynamic reports.
# June 27, 2004 5:23 PM

bryantlikes said:

That did it! Thank you!!!
# June 28, 2004 5:19 AM

bryantlikes said:

i tried reporting web part but is not give me any listing of reports
# June 29, 2004 12:57 AM

bryantlikes said:

Make sure you set the report server URL correctly and that you have reports on your server.
# June 29, 2004 6:04 AM

bryantlikes said:

Hi,
Very nice job !!!
After changed the rs.js ('type' insted of 'sType') due to rs parameter problem all work fine.
congratulations.
# July 7, 2004 3:53 AM

TrackBack said:

# July 7, 2004 6:15 AM

TrackBack said:

# July 7, 2004 6:15 AM

bryantlikes said:

Awesome, wonderful stuff. Is it possible to hide the "Reporting Services Error" message that apears before a report and parameters are selected?

Take care,
Eli.
# July 7, 2004 11:57 AM

TrackBack said:

# July 7, 2004 2:19 PM

TrackBack said:

# July 12, 2004 12:57 AM

bryantlikes said:

My system is Windows 2003, I can not find the root "[c]:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN", My root is "[c]:\Program Files\Common Files\Microsoft Shared\web server extensions\40\BIN and [c]:\Program Files\Common Files\Microsoft Shared\web server extensions\50\BIN ", at the same time ,can not find "stsadm"
# July 14, 2004 12:47 AM

TrackBack said:

# July 15, 2004 1:57 AM

bryantlikes said:

it is very nice webpart
but i have no idea to first step

my server name is
so i put
http://swdevsrv0/reportserver

then in folder path what information i put
please tell to me ) i didn understand what the line say

'The Folder Path is just the root path where the explorer will start at. The RsFolderView and RsStaticReportView have similar properties (FolderPath and ReportPath) which do the same thing.


# July 22, 2004 3:40 AM

bryantlikes said:

Has anyone managed to use the RS Static Report View?
All other web parts run ok but this.
In the parameters I have:
Server URL: http://bagr-ath-fs17/reportserver
Report Path: /1- Ex Warehouse Sales/1-1 PH ExWarehouse Sales/1-1-4 Ex Warehouse Monthly Sales Product

Any ideas?
Thanks
MP
# July 22, 2004 4:20 AM

bryantlikes said:

Are you getting an error? The static view doesn't have any visible results. It only allows you to connect multiple webparts to the same report.
# July 22, 2004 8:04 AM

bryantlikes said:

Felix: Just put a "/" without the quotes for the root folder. Other folders would be /[folder name]. If you need to map to a specific report you would use /[folder name]/[report name].
# July 22, 2004 8:16 AM

bryantlikes said:

First of all - great job with the webparts.

I am able to connect to SRS directly from RS Explorer. However, I am trying to create a simple webpart view by just using the RSreportViewer and RS Report Paramaters. Each of them is connected to the ReportServer however when I try to connetc them both, I get "..... Error: 'sType' is undefined"

Any idea on what could be wrong?

Thanks
# July 23, 2004 1:14 PM

bryantlikes said:

The sType error is a bug that can be fixed by replacing sType with type in the rs.js file as mentioned here:

http://blogs.sqlxml.org/bryantlikes/articles/628.aspx#781

# July 26, 2004 11:17 AM

bryantlikes said:

Is it possible to get the reports from a different server from the server sps is on?

Thanks
# August 6, 2004 6:51 AM

bryantlikes said:

Veyr nice, however I still could not get the rsparameters web part to work. I already changed the rs.js file.
# August 9, 2004 7:58 AM

bryantlikes said:

Thanks for great web parts.
Only issue I am having is with rsparameters web part.
Even after replacing the "sType" with "type" in rs.js, still it is giving sType error.
# August 24, 2004 12:48 PM

bryantlikes said:

sType Problem gone. Try this:
1. Change the sType to type in rs.js.
2. Clear the temp files.
3. Open the reports.

Great job Bryant!
# August 24, 2004 2:06 PM

bryantlikes said:

Nice web parts really helpful.

One thing in the RS Explorer I get all the web parts I can run not all the web parts I can view. So I have sub reports that are run by other reports that can't be run on thier own. So when I browse from sharepoint I get many more reports.

Hope that made sense.

Thanks again and comments appreciated.

Peter
# August 26, 2004 3:34 AM

bryantlikes said:

Can sb. tell me where is this rs.js file located?

# August 27, 2004 2:33 AM

bryantlikes said:

I have found it and fixed the problem. It works now. But there is a new issue popped up. In some of the reports, I have used dynamic parameters (with pull down menu), which now in the RS Report Parameters Web Part are with no more pull down menus. Could you please look into this problem and fix this bug? Thanks a lot in advance.

Anyway, they are really fantastic web parts.
# August 27, 2004 2:48 AM

bryantlikes said:

thanks for these - are very useful.
One thing though - can't seem to get the Static Report viewer to work.
Maybe, I'm being dumb, but not sure exactly what setting to put for server URL, and report path.
For example, the report I'm trying to use has the following hyperlink:
http://MYSERVER/Reports/Pages/Report.aspx?ItemPath=%2fSamples%2fCompany+Sales

Also, I get a "security risk" warning from IE each time I use a page with one of the web parts - something about the page not being under the control of the site.

Regards
Chris
# August 29, 2004 3:24 AM

bryantlikes said:

hi.. I am getting this error after entering the date parameters for a report:
"The value provided for the report parameter 'Report_Parameter_0' is not valid for its type. (rsReportParameterTypeMismatch)".
The date parameters are of type datetime.
Is it because it is expecting a string input instead?
Thanks!

# September 6, 2004 8:48 PM

bryantlikes said:

Fantastic Job Bryant!

This is an exellent and extremly useful tool that you made.

At this point I'm getting troubles when I'm displaying a multi-page report.
The whole report is rendered inside of the Report View, without the paging functionality that provides MS Reporting Services.
Is it possible that I have a configuration issue?

Thank you!
# September 13, 2004 8:40 AM

bryantlikes said:

Hi Bryant

How can I configure a report using the webparts, that has two parameters, one by URL and the other by selection?

Thanks
Priya

Hey, BTW your web parts have added pizzaz to our intranet site!
# September 16, 2004 1:59 PM

bryantlikes said:

I see no solution to the "CreationDate" error mentioned a couple of times above. Does anyone have a resolution to this issue?
# September 17, 2004 12:09 AM

bryantlikes said:

Thanks for the great web parts. They seem to work well.
# September 21, 2004 7:32 PM

bryantlikes said:

I keep getting stype undefined on my reports. The report view part simply says the this report requires a parameter but the report parameters part does not give me any options for parameters??
# September 22, 2004 8:25 AM

bryantlikes said:

Changed the only "stype" to "type" in rs.js but what does above user mena when saying "clear the temp files"?
# September 22, 2004 8:31 AM

bryantlikes said:

Now getting the same 'creationDate(...)' error some are getting above. Did anyone ever get this fixed?
# September 22, 2004 9:09 AM

bryantlikes said:

When I add the web part for RS Explorer or RS Folder View, it is fine until I try to configure it with a URL & folder path. After I put in the URL & folder, then hit apply, I get a permission denied error. I am logged onto the box (RDP) with the administrator account.

I can load RS Report View and configure it with the same URL & path without any errors.

Any ideas?

Thanx,
Jay
# September 29, 2004 10:28 AM

bryantlikes said:

I downloaded and went through your Walkthrough with the webparts. So far everything seems to be fine until I try to connect the RSParameters web part to the explorer view. Every time I do this I get an error message saying "The "RsParameters" Web Part appears to be causing a problem" I have to delete the web part just to be able to access the page again.

Also why when I access the Manage Web Part Page do these webparts only say "Error" for the web part title. And "ErrorWebPart" for the Type? Should they say something else?

I would appreciate any help as being able to use these would be a big benefit.

Thanks

Tom
# September 29, 2004 1:22 PM

bryantlikes said:

Inspite of changing stype to type : it gives me type undefined

Can any one help ?

Amarnath
# October 6, 2004 10:07 PM

bryantlikes said:

Can you explain what are these web parts doing exactly?
I installed them without any problems but what am I going to do with them???
Could you be more explicit what info should we put in the "Server URL" and "Folder Path" text boxes?
Let's say my server name is: SERVER

No disrespect, and I am sure you spent a lot of time for this web part, but what's the purpose?

We need some documentation!!!

Thank you!
# October 12, 2004 3:14 PM

bryantlikes said:

Ok, so this is all cool...
Can I use internal data from sharepoint (ie. Lists) to generate these reports, and then... can I export the generated reports back into the document repositories inside sharepoint? Even better is that I want them to get data from child-sites of the main one where the control is running and I also need to store the reports in the areas where the data came from.

I could run the control locally in the individual child sites, but I need data from the main site as well....
...I think it's time to cut losses and write this baby in PHP.
# October 20, 2004 7:29 PM

bryantlikes said:

Bryant:
I'm having a hard time getting the report viewer webpart to render the reports.
nothing happens all the otehr webparts point to the proper locations and items as per your instructions, no error is thrown.

another question:
Would it be possible to get the actual C# code for these Webparts as I need to add another layer of security to them to meet the Business requirements of security for report viewing , that falls outside the scope of the security that sharepoint has built in.

Cheers!
# October 25, 2004 3:56 PM

bryantlikes said:

First off thanks... The tool works great... It will definately come in handy for me...

I am using the Beta version and had an oddity where The viewer would only work if the Reports were in a subdirectory... off the Root they didnt? So I just put everything in a sub directory and all is good. ;)

Thank you
# October 25, 2004 4:54 PM

TrackBack said:

Zum Abschlu
# October 26, 2004 2:01 AM

bryantlikes said:

the Report Viewer Webpart will actually connect but how do you get it to show charts and graphs?
# November 1, 2004 3:44 PM

bryantlikes said:

Bryant,
first ..... a good approach !
I have donwloaded and successfully installed the webparts. After walking through your desciption how to set up the webparts I am facing a problem. I have started to add the RSExplorer and pointed to my reportserver. After refreshing the page the webpart area is still empty. No reports are isplayed (but there ARE reports in the pointed folder of the report server !).
Anything I have missconfigured ?
The reportserver is running on another server !!

Thanks for help
/Martin
# November 3, 2004 5:39 AM

bryantlikes said:

Bryant,

Great tool. I've been using it for a few months and the users love it. I installed the Beta version to try to resolve the parameters issue I was having, but I'm still running into issues when I use a drop-down list of parameters.
As soon as a value is selected, the report does not generate and no error message is returned. (However, it does work fine when the parameter is not validated against a list.)

Any ideas?

Thanks again for these parts.
# November 18, 2004 11:12 AM

bryantlikes said:

I want to play with the new webparts too but i'm not a programmer and alot of the stuff up there is gobblydygook to me. :|
I am a competant windows user though and can get around server 2003, Office 2003 and XP Pro for the most part.
In Frontpage 2003 there's an "Import webpart" function when I open the site live. Can't I just do it that way without going through all the other junk?

TIA
Steven
# November 18, 2004 2:27 PM

bryantlikes said:

I have added a RS exployer part to my page and set the server url. but all I see is "Retreiving Data....."

Any help?

Shawn McFArland
shawn.Mcfarland@atk.com
# November 19, 2004 8:17 AM

bryantlikes said:

I have deployed the web part in my share point server. But I am getting error, when I set the url for the Server URL for Rs Explorer. I am getting Access denied error.

My sharepoint is on windows 2003 server and my reporting service server is in win2k professional.

eg: share point admin address : https://subin:8098/default.aspx
and reporting service address : http://arihantjain/Reports/Pages/Folder.aspx

Any help?

Suresh.A
# November 26, 2004 2:11 AM

bryantlikes said:

I have changing "stype" to "type" in the file rs.js but it gives me:" type undefined "

Can any one help ?
# December 9, 2004 10:44 PM

bryantlikes said:

Bryant,

I'm getting the same results as 11/19/2004 8:17 AM by Shawn McFarland . Have you found a solution?

I'm tried the following five [URL - Folder] combinations:
[http://dwdev.mercurycompanies.com/ReportServer - /Reports/Pages/Folder.aspx?ItemPath=%2fSalesReps&IsDetailsView=False]

[http://dwdev.mercurycompanies.com/Reports - /Pages/Folder.aspx?ItemPath=%2fSalesReps&IsDetailsView=False]
(This I thought should work since it is the FQDN to the reports)

[http://dwdev.mydomain.com/ReportServer">http://dwdev.mydomain.com/ReportServer - /Reports]

[http://dwdev.mydomain.com - /Reports]

[http://dwdev.mydomain.com/Reports - blank Folder option]
With the blank folder option WSS errors with:
The "RsExplorer" Web Part appears to be causing a problem.
Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator.


None of it works. Plus I'm always getting an Access Denied pop-up box after clicking Apply or OK.

The WSS server and SQL RS Report Manager are on the same box server.
The WSS server URL is http://intradev.mydomain.com
The SQL RS Manager URL is http://dwdev.mydomain.com/Reports and is on the Default web site.

I've used Host Headers and DNS CNAME (aliases) for reference the server name for each web site FQDN.

Server is Windows 2003 Web Ed w/ WSS 2.0 and RS SP1 Standard.
# December 13, 2004 11:53 AM

bryantlikes said:

Another thought...

I'm thinking that the people who have got it to work are using the Default web site for both WSS and RS. That way credentials are passed within the same application pool web site context. I'm going to try and setup/move the Reports and ReportServer virtual folders to the WSS web site I expanded and created separately from the Default web site. Here is the article to move the RS folders. http://www.sqljunkies.com/How%20To/525B575A-7F61-483A-AC8F-FEC700C34674.scuk. We'll see...
# December 13, 2004 12:05 PM

bryantlikes said:

Well... the last steps didn't work. Still getting "Retrieving data... " displayed on RS Explorer web part.

I tried a number of combiniations for the URL and Folder after getting RS and WSS side-by-side on a different web site. Followed the steps below:

Move RS to different Web Site
http://www.sqljunkies.com/How%20To/525B575A-7F61-483A-AC8F-FEC700C34674.scuk

WSS and RS side-by-side
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSinstall/htm/gs_installingrs_v1_9fdy.asp
# December 13, 2004 4:05 PM

bryantlikes said:

I got it working... With WSS and RS on same server/web site other than default web site.

URL: http://dwdev.mydomain.com/ReportServer
Folder: /SalesReps

Follow the steps in Bryant's Article after Performing the steps outlined here:
Move RS to different Web Site
http://www.sqljunkies.com/How%20To/525B575A-7F61-483A-AC8F-FEC700C34674.scuk

WSS and RS side-by-side
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSinstall/htm/gs_installingrs_v1_9fdy.asp

# December 13, 2004 4:13 PM

bryantlikes said:

Hi Bryant,

First of all, i'd like to congratulate you for this great webpart..!!

I'm having an error with parameters. With the reports that doesn't have parameters works excelent. But with reports with parameters shows the followin error:

Cannot read reports from the server.
Please check the path to the web-service and folder. Error: Object required.

Can you help me, please.

Gerardo.
# January 11, 2005 11:01 AM

bryantlikes said:

So if Sharepoint and Rs are installed on differnt servers ,it means that I can't use RS Explorer?? Somebody please help me .I can't get it working ,RS explorer keeps on showing "Retrieving data..." and it never shows reports.
# January 11, 2005 11:43 AM

bryantlikes said:

I forgot to say that ,I got the following error when I installed the web part on my Sharepoint Portal server:

====WPPackager install log started 1/11/2005 10:31:42 AM =========
1/11/2005 10:36:12 AM: Error: Config file: 'c:\inetpub\wwwroot\web.config' for virtual server 'http://my_sharepoint_server/">http://my_sharepoint_server/' is missing or appears invalid. Could not apply required CAS settings to this server.

1/11/2005 10:36:12 AM: Error: Could not apply required CAS settings to virtual server 'http://my_sharepoint_server/">http://my_sharepoint_server/' during installation of 'RsWebParts'

1/11/2005 10:36:13 AM: Success: Installation Successfully Completed

You have successfully installed this package.
Note: After you configure the virtual server, you must restart Internet Information Services (IIS), by typing iisreset on the command line.
# January 11, 2005 11:47 AM

bryantlikes said:

Here is how I got it to work. When you put in the name of the url for the server, I used http://blogs.sqlxml.org/bryantlikes/articles/Http://servername/reportserver, instead of http://servername/reports, which is the web portion of the reporting server.
If you were to type http://servername/reportserver into a browser, you should get a directory structure, which is what I beleive the webpart wants to read.
As for the stype error, if you change the rs.js file as mentioned in an above posts, and delete you temporary internet files, that should work aslo.
# January 12, 2005 10:48 AM

bryantlikes said:

Ofcourse you must use "http://blogs.sqlxml.org/bryantlikes/articles/http://blogs.sqlxml.org/bryantlikes/articles/Http://servername/reportserver" and u can never use Report Manager to get service from RS.Do u have RS and WSS on the same server??if yes Are they on the same virtual directory???
# January 13, 2005 4:24 PM

bryantlikes said:

I have a report with 2 parameters.. the second parameter is dependent on the first parameter.. I have noticed that when I changed the first parameter, the values of the second parameter doesn't changed.., so I got an error..

any help?
thanks!
# January 24, 2005 2:16 AM

bryantlikes said:

I can't seem to download the cab file. It keeps sending me to the GotDotNet workspace website. Please help.
# January 27, 2005 8:07 AM

bryantlikes said:

It is great that you have provided this webpart. Following your steps from above everything seems to be fine until I try to generate the report. Down by the RS Report View I get this error.

"This report requires a default or user-defined value for the report parameter 'Database'. To run or subscribe to this report, you must provide a parameter value."

With just reporting services Report page I can run this parameter fine. NOt sure why there are no parameters for me to run with the Web Part. Just a side note, the Database parameter is a static one. NOt sure if that has anything to do with it.
# February 3, 2005 1:57 PM

bryantlikes said:

RSWEBPARTS work fine when the report has no dependent parameters.. But when it has a dependent parameters, I'm having an error.. when I changed the first parameter, the values of the second parameter doesn't changed...
# February 4, 2005 2:00 AM

bryantlikes said:

hello.. about the parameter issues., the parameter dependencies, when will it be fixed? thanks 4 reply...
# February 7, 2005 11:51 PM

bryantlikes said:

im trying to figure out how to refresh reports on load beside of behing forced to push the refresh button every times.. anyone found a way to do it?
# February 11, 2005 10:07 AM

bryantlikes said:

Hi
I am using Stored Procs to get my data, the SP's for instance contain 3 parameters, 2 that i want to prompt for and one I want to set dynamically, by sending the value via the url or by changing the default value of this last parameter.

Thanks
# February 14, 2005 8:53 AM

bryantlikes said:

Hi

I hope someone can help, I have one reporting portal with a set of reports, but many datasources that contains the same data. example, a database per store, so when a user logs in I now to what database he should log into, so i want to change the Datasource dynamically so the report points to the correct database.

Thanks
# February 14, 2005 8:58 AM

bryantlikes said:

Hi,

Thanks for these webparts and many of the above responses. Kudos on the webparts and the blogs have made configuring them a snap.

When I enter a numeric parameter and <tab> the page refreshes with the default parameter. The second time I enter the parameter and <tab> the page refreshes correctly. Does anyone have a clue why this is happening?

Thanks ahead!
# February 14, 2005 1:54 PM

bryantlikes said:

Hi....

I' m new 2 reporting services. Plese help me out in this problem. I have a report which run a SP to get data from DB. That SP takes a parameter. What I want is insted of maintaining static data for that parameter I want to get all parameters values from DB dynamically.

It's plain MS reporting service. There is no backend code.....

Thanks in advance :)
Raj
# March 3, 2005 5:03 PM

bryantlikes said:

i've got a question concerning the parameter webpart.

Is there a way not to refresh the report everytime i change a parameter.
The reason why I'm asking, ist that i use reports with up to 10 parameters, and its a bit boring to refresh the report 10 times until i get the final config.

is there a way to first set the parameters and then tell him to update the report`?

i already downloaded the source, but i'm not that incorporated in the webpart development....

thanks for help in advance
# March 9, 2005 7:07 AM

bryantlikes said:

i've got a question concerning the parameter webpart.

how to obtain the Sharepoint logged-in userid/username
in the parameter webpart.

# March 15, 2005 3:50 AM

bryantlikes said:

hello ,

i am not getting the reports consistently in the
report viewer webpart.sometimes i get and sometimes
i do not get even though i don't make any changes

can anyone help me

Thanks in advance
# March 15, 2005 4:23 AM

bryantlikes said:

Nice work on the web part =)

but I have some concerns,

my report has mulitple parameters, and changing a single parameter causes the report to generate without the other paramters,

is there a way to have a Button, just like the "View Report" button on the default toolbar of the Report Viewer?

thanks =)
# April 4, 2005 12:58 AM

bryantlikes said:

I have a question concerning the RS Report Export webpart.What are the API's used in the reporting services to obtain the functionality of this webpart???

thanks in advance
# April 19, 2005 9:52 PM

bryantlikes said:

It is using the URL access API. See the RS documentation for more information.
# April 20, 2005 9:21 AM

bryantlikes said:

rs:ClearSession=True in the query string to open reports refreshes the report each time it is loaded
# June 3, 2005 9:07 AM

TrackBack said:

# July 21, 2005 8:31 PM

TrackBack said:

# October 18, 2005 12:28 AM

Matthew Cosier said:

Hi,

for anyone interested - the 'CreationDate(...)' problem is caused by a piece of code within RSExplorer.xsl:

<msxsl:script language="VBScript" implements-prefix="vb">
<![CDATA[
Function isNew(creationDate)

Dim s, d
msgbox(creationdate(0).text)
s = CStr(creationDate(0).text)
   
d = CDate(Left(s, 10))
   
isNew =  DateDiff("d", d, Date) <= 3

End Function
]]>
</msxsl:script>

In some scenarios, this code is failing either because a) creation date is empty or b) some other problem that i havent been able to diagnose (due to time).

If you want a quick fix, just remove all references to that function within RsExplorer.xsl (there's 2 references, where it displays a new.jpg)

HTH someone else,

Matthew Cosier
# April 30, 2006 6:07 PM

Fahim said:

Hi there,

LOVE the webparts.  Having a bit of a problem connecting them.  The RSEXPLORER isn't passing parameters through the connection properly.
RSexplorer is configured as follows:
server url: http://mydomain.com/reportserver
folder path: /

when i connect it to the RSReportView the RsReportView has the right server, but the wrong Report Path.  It receives [//ReportName] instead of [/Reportname].

If i populate the RsReportView manually, it works.

Something about the code? or my config of the rsExplorer?

rsvp

Fahim Kanji.
# May 3, 2006 1:32 PM

shubhra said:

My reports web part page is in the shared documents.I cannot figure out your first step.
I have set the Server Url to http://dev.in.sas.com which is the Intranet WSS Sharepoint site.
Then for the folder path I have set the rest of the url path
/Shared%20Documents/ReportsPage.aspx?PageView=Shared.
Please help me with this.
My email :shubhra.saxena@sas.com
# June 21, 2006 11:22 PM

raphael874 said:

Does anybody knows how to display the Report toolbar in a report generated by a SOAP call to the reportserver using ASP.NET?
# August 7, 2006 2:41 AM

Elouardi said:

Hello, It's a good work ! that's great (y) But I have a problem in RS Webparts, when I want to integrate "RS Explorer" in my page, I give the URL server : "http://srv-sps/Reports" and Path : "/" but he displays all the time : "Retrieving Data". And when I integrate "View Report", he displays the folder of reports but he doesn't display the reports, just the folder, I don't know why. Can you help me . Thanks.
# August 29, 2006 3:29 AM

Rob said:

Thank you so much for these this walkthrough. After beeting SharePoint 2007 B2 with an ugly stick I managed to get these working per your exact instructions. Yes the CAB works and installs ok using the stsadm commandline exactly as mentioned above. The Web Parts do show up in the available list to use and drop in for SPS 2007. Yeeehaaw!!!
# September 5, 2006 8:31 AM

Rob said:

Ok. (Me again) I've pulled back our Sharepoint to 2003, and I'm having trouble putting multiple RSReportViewer web parts one one page. It's almost as if they lock and neither report will show. One works by itself on the page. Can you have two one sharepoint page?

As a workaround I can easily throw a ASP.NET gridview together for a minor report to "look like" another SRS report, but I'd rather keep them together off of the same development platform.

Ideas?

# November 28, 2006 10:59 AM

Lalnvfyz said:

Very nice site and very informativity!

# December 6, 2006 9:00 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS