ssrs-2008

Listing all Data Sources and their Dependencies (reports, items, etc) in SQL Server 2008 R2

若如初见. 提交于 2019-12-17 18:05:11
问题 I am new to SQL Server, and I am sorry if there is an obvious solution to my question but I can't seem to find it. I am looking to generate a report (or list) of all the data sources and their individual dependencies on an SQL Server 2008 R2 (reporting server). I know that I can access each individual data source to get a list of all the items that are dependent on it. I have done this in the past but it is time consuming. Is there a way to get a report that would display all the data sources

Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL

為{幸葍}努か 提交于 2019-12-17 17:07:03
问题 I'm using SSRS SDK for PHP PHP Version 5.4 WebServer: Centos 6.4 MSSQL Server 2008 R2 When I make $ssrs_report = new SSRSReport(new Credentials(UID, PASWD), SERVICE_URL); I got the following error Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://172.16.4.63/ReportServerURL/Pages/ReportViewer.aspx?%2fTestFolder%2ftestClaimHdr&rs:Command=Render/ReportExecution2005.asmx?wsdl' : Premature end of data in tag html line 1 in /var/www/emilio/app

Programmatically Export SSRS report from sharepoint using ReportService2010.asmx

喜欢而已 提交于 2019-12-17 11:54:44
问题 I have to programmatically export ssrs reports to excel, added service refernce to http:/siteurl/_vti_bin/ReportServer/ReportService2010.asmx http:/siteurl/_vti_bin/ReportServer/ReportExecution2005.asmx Can somebody provide a working blog 回答1: I do this for my work currently with VS 2012 .NET 4.5 for reporting automation for PDF reports. A. For ease of use compiling your own proxy class is easier than referencing the web service each time as you may forget the service name. From Visual Studio

How do I format date and time on ssrs report?

99封情书 提交于 2019-12-17 10:32:50
问题 on SSRS report I need to show todays date and current time i tried this =FormatDateTime(Now,"MM/dd/yyyy hh:mm tt") but this is not working for me giving an error. Anyone please help me for expression ? I want output display like 4/12/2013 12:05 PM 回答1: =Format(Now(), "MM/dd/yyyy hh:mm tt") Output: 04/12/2013 05:09 PM 回答2: If the date and time is in its own cell (aka textbox), then you should look at applying the format to the entire textbox. This will create cleaner exports to other formats;

How to handle IIF or Switch divide by zero giving #ERROR?

笑着哭i 提交于 2019-12-17 10:07:51
问题 I tried using IIF and Switch case, but I am unable to handle N/A case when there would be a divide by zero error. For example: =switch( ReportItems!Textbox54.Value = 0, "N/A", ReportItems!Textbox54.Value <> 0, ((ReportItems!Textbox56.Value) / (ReportItems!Textbox54.Value))) I am getting N/A with out this: ReportItems!Textbox54.Value <> 0, ((ReportItems!Textbox56.Value) / (ReportItems!Textbox54.Value) But if add this condition I am getting an error? I am using SSRS 2008 R2. Output: 19.47% 13

Changes to parameter not showing on Report Server after deployment

青春壹個敷衍的年華 提交于 2019-12-17 04:36:51
问题 I have 7 parameters (3 multi select of string, 1 DateTime, 3 string values) in my SSRS 2008 report, and I have set all the parameters as null in the default value . It's working fine in my preview window of Visual Studio 2008. But after deployment to my report server, the "NULL" checkbox for the parameter is not checked , causing the report not to get loaded at initially. 回答1: This is "by design": When you first deploy reports, parameters are uploaded with all their settings. Administrators

SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports in Safari/Chrome but works fine in Firefox/Internet Explorer 8… why?

♀尐吖头ヾ 提交于 2019-12-17 03:47:26
问题 I have some simple reports in SSRS 2008 R2 , but they won't display at all in Safari or Chrome. According to Microsoft's Books Online, these browsers are supported in limited fashion. However, I can't see anything after the data "Loading" clock completes. The parameter bar and bread crumb navigation section at the top of the page are all there. Also, I can Save/Export to any format on Safari and Chrome. It just won't display the report section itself, which is just blank. Am I supposed to use

opening a file in the browser instead of downloading it

◇◆丶佛笑我妖孽 提交于 2019-12-14 03:49:33
问题 Im using ssrs through a reports server to generate a resultStream byte array using ReportExecutionService.Render() which I am currently serving to the user with the following code. Is there a way I can use this same byte array to automatically open the report in a new browser window instead of going to the save/open dialog? public void RenderReport (byte[] reportDigits, ReportItem reportItem) { HttpResponse response = HttpContext.Current.Response; response.Clear(); response.ContentType =

How to apply parent group for multiple datasets in SSRS VS2008

怎甘沉沦 提交于 2019-12-14 01:28:58
问题 I have been battling this issue for days without success. I have a very tricky format of a report i need to achieve but the main thing is that all the datasets will need to be grouped by 1 parent. I'll attempt to explain... Say we have dataset1, dataset2. Both have AccountNumber as common field(parent). I need both datasets to be used in the format/layout of the report but grouped together by AccountNumber, something like this. [Report Header Data] [AccountNumber Group] Dataset1 Dataset2 [end

In SSRS 2008, how are parameters passed down to the DatSet Query… or can they?

二次信任 提交于 2019-12-13 23:52:06
问题 In SSRS 2008, how are parameters passed down to the DatSet Query... or can they? I have a simple question. I think this is pretty straight-forward. If necessary, I can include screen shots of what I mean. Here is the basic format of the report. I have a SSRS report made on Visual Studio 2017. it has two DataSets. It has one Tablix and one Bar Chart that is loaded with from the DataSets. I have one Parameter defined for the report. The parameter a Date/Time data type set to allow nulls and I