Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

How to set the minimial right to run a report only on SQL express Reporting Services

$
0
0

Hi,

I tried several times on setup a SERVERNAME\USERA from the "Home-Report Manager --> Site Settings --> Security --> New Role Assignment..

I also checked it already have the roles (System Administrator, System User) being assigned

When I try to run the report remotely via http://ThisISdomainNameURL/Reports_SQLEXPRESS/Pages/Report.aspx?ItemPath=

User 'SERVERNAME\USERA' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed

The permissions granted to user 'SERVERNAME\USERA' are insufficient for performing this operation (rsAccessDenied)


Report Viewer 9 Compresses Reports In Newer Browsers

$
0
0
Deep in the HTML generated by the report viewer when viewing a report on a web page, are a couple of frames then a table that holds the report.  In the table are two cells.  The first is called oReportCell and the second doesn't have any name.  The report is displayed inside oReportCell.  However, the second cell has a width=100% attribute assigned to it.  I believe in earlier browsers the report was allowed to stretch out as wide as it needed in oReportCell then the second cell took up the rest of the room.  In modern browsers it appears that the second cell is taking up as much room as it can by compressing the report.  I've been able to use built in browser tools to set the width of the second cell to 0 and when I do that the report resized perfectly.  The width=100% attribute of the second cell is messing up the reports.  Check it out in Chrome or any other browser and you'll see the report is compressed.  Change the attribute of the second cell using developer tools and the report will resize correctly.  I've tried using CSS and jQuery in the web form that hosts the control but because of the frames I can't gain access.  Is there any fix for this?  My company has dozens of reports and at this moment we're looking at having to completely rewrite all of them using Crystal just because of this one cell's attribute.  Any help would be immensely appreciate and save my company thousands and thousands of dollars!

How to configure Summarize Total in RDLC using grouping concept through RDLC

$
0
0

Hi All,

 I am getting a data from the database through dataset. after that i need to group through configuration or what ever. 

I need to make in rdlc like this.

first and last column if you look its grouping. and both the cells should be merged this is what i need. 

Ex:


Group

Name

value

Total

A

SEE

100

800

BEE

500

DEE

200

B

RAM

100

300

SOMU

100

KUM

100

Thanks,
Ponraj

Tablix column and row grouping

$
0
0

I need to create a report where i can group on columns and rows like this

 

Region 1
Store 22

Owner 301
---------3-------------------------------------
Date | ID | Product | Quanity | Price | Total |
.... | 12 | A | 2 | 5 | 10 |
.... | 13 | b | 3 | 6 | 18 |

owner total: 28 |

0wner 302

-----------------------------------------------
Date | ID | Product | Quanity | Price | Total |
.... | 14 | A | 4 | 7 | 28 |
.... | 15 | b | 3 | 6 | 18 |

owner total: 46 |
Store Total: 74
Region Total: 74

Region 1
Store 23

Owner 303
---------3-------------------------------------
Date | ID | Product | Quanity | Price | Total |
.... | 16 | A | 28 | 2 | 56 |
.... | 17 | b | 34 | 5 | 170 |

owner total: 226 |

0wner 304

-----------------------------------------------

Date | ID | Product | Quanity | Price | Total |
.... | 18 | A | 2 | 5 | 10 |
.... | 19 | b | 3 | 6 | 18 |

owner total: 80 |
Store Total: 306
Region Total: 380


 

 

I can do it all on row groupin but i want the design to look like that so i guess i will need to create column groups for store, region and owner and group it to my details row group. I just dont know how to that.

Can anyone can point me in the right direction.




Reporting Services Add-in for Sharepoint- does it need an SQL Server license?

$
0
0

In a new project we will be creating an SSRS in Sharepoint integrated mode. For this we'll need SQL Server and Sharepoint on that box.

We'll also have one or more SharePoint Web Front End (WFE) servers. To allow them to connect to the SSRS-in-sharepoint-mode box, and to present the user with the right user interface for doing so, I believe we can install the Reporting Services Add-In for Sharepoint on the WFE servers.

The question is, do we need to have  SQL Server license for each WFE server where we use the Reporting Services Add-In, or is it free to use?

We've had advice that we need to buy a SQL Server license everywhere we use the add-in, but I am not sure this is correct.

Thanks in advance,

Rich

How to create YTD parameter

$
0
0

Hi Guys,

I am new to SSRS.

Here is my requirement.

I have to generate a report to show total accounts, total active accounts(accounts not closed), accounts active in a specific time frame(selecting parameters), total active accounts in that specific timeframe (selecting parameters).

I have created the dataset for the above requirement,

but the issue is how to create YTD parameter.

lets say report run on oct 3rd or 4th my report should show the output till september 30TH, It should not include accounts opened or closed in the month of october. Report should limit to prior month data not the current month from beginning of the year.

Thanks,

narthan 


narthan

SSRS Report not providing the data

$
0
0

Hi All,

I have a report which has a filter parameter as Dropdown. The number of items in the drop down may be more than 400. When I select all the items by clicking on Select All and click on 'Generate' button, the report simply posts back and does not provide the data.

But when i select only some of the items in the drop down filter, the report provides the data.

Can you please let me know the solution for this.

Many thanks

PowerPoint update behavior

$
0
0

Hi Power View gurus,

https://support.office.com/en-US/Article/exporting-a-report-from-Power-View-in-SharePoint-to-PowerPoint-508a5d85-6619-43ef-b3ea-6a4094b573ef states that : "When you update and save the Power View report in Power View, the next time you view the PowerPoint presentation in slide show or reading view mode, you will see the updates to the Power View views".
But it is not the case :
- Saved locally the PowerPoint is only updated when one click Interact
- Saved on SharePoint at the same location than the PowerView report it is never updated.

Can you please advise what the right behavior should be?

Thanks...



Blog


ReportingService2010SoapClient

$
0
0

good afternoon
I'm trying toget alist of reports froma web serviceREPORTINGservice

My code: 

Try
            Dim rs As ReportService2010.ReportingService2010SoapClient
            Dim binding As New ServiceModel.BasicHttpBinding() With {.Name = "bindingReportingServices2010", .HostNameComparisonMode = ServiceModel.HostNameComparisonMode.StrongWildcard}
            binding.Security.Mode = ServiceModel.BasicHttpSecurityMode.None
            rs = New ReportingService2010SoapClient(binding, New ServiceModel.EndpointAddress("http://artem-pc:80/ReportServer/ReportService2010.asmx"))

            Dim ci() As CatalogItem = {}
            rs.ListChildren(New TrustedUserHeader, "/", True, ci)
            Dim i As Integer
            For i = ci.GetLowerBound(0) To ci.GetUpperBound(0)
                CheckedListBoxControl1.Items.Add(ci(i).Name)
            Next

        Catch ex As Exception
            If MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error) = Windows.Forms.DialogResult.OK Then
                Close()
            End If
        End Try

butI get an error:
The request is notenabled forclient authentication scheme"Anonymous"
from the serverauthentication header received
"NTLM"

thenread a lot of articles, buthave notfound a solution
changed thesettings in the
rsrepotserver.config and in app.configbut to no avail

please help me. thanks

procedure or function expects parameter name which was not supplied

$
0
0

SQL 2008R2 - BIDS

I added an additional parameter to my SSRS Report.  I set it up identical to a couple other parameters already in the report.  I added the parameter to the dataset.  I added the parameter to the stored procedure and verified that it functions correctly in SSMS.

When I Preview the report I get the Procedure expects parameter error even though the parameter is in the parameter list with a value (0) assigned.

How can I make this work???

Get IP address of user run report

$
0
0

USER -> Reporting server -> SQL Server

    SELECT CONNECTIONPROPERTY('client_net_address') AS client_net_address

return of course IP of reporting server

In DOMAIN is this command return true IP of user if i setup double-hop kerberos authentication like link below?

http://blogs.technet.com/b/rob/archive/2011/11/23/enabling-kerberos-authentication-for-reporting-services.aspx

Similar posts didnt help

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/a1a1e850-ed9c-44c1-928e-b9549ad79413/get-client-ip-address-and-workstation-name-of-user-viewing-report?forum=sqlreportingservices

http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/3541575d-5d4b-4044-a94f-276f2de9019c

Dataset not seen?

$
0
0
I could not see dataset in existing ssrs report? there is solution explorer in right section but left site only tool box.

Advanced Filter Behaves differently in Full screen mode

$
0
0
I have a power view report designed and published in SharePoint 2013. It has a filter on a text field -

I can filter it with filter conditions "contains" in regular view mode. But this same field is not editable in "Full Screen Mode". The Numeric filters work fine in "Full screen mode"

Is there any recommendations to fix this?

Thanks

The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database

$
0
0

 

Hi every one,

 

I'm very new new at this.  I'm try to deploy a report model and got this message.  I have no idea what its going on about.

 

Can anyone help me?

 

Aku

 


------------------------------

System.Web.Services.Protocols.SoapException: The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. Check the documentation for more information. (rsReportServerDisabled) ---> Microsoft.ReportingServices.Diagnostics.Utilities.RPCException: The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. Check the documentation for more information. (rsReportServerDisabled) ---> System.Exception: The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. Check the documentation for more information. (rsReportServerDisabled) ---> System.Exception: The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. Check the documentation for more information. (rsReportServerDisabled) ---> System.Exception: The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. Check the documentation for more information. (rsReportServerDisabled) ---> System.Exception: The report server cannot decrypt the symmetric key used to access sensitive or encrypted data in a report server database. You must either restore a backup key or delete all encrypted content. Check the documentation for more information. (rsReportServerDisabled) ---> System.Exception: Bad Data. (Exception from HRESULT: 0x80090005)
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.Diagnostics.DataProtection.ProtectData(Byte[] unprotectedData, String tag)
   at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage()
   at Microsoft.ReportingServices.Library.Storage.NewStandardSqlCommand(String storedProcedureName)
   at Microsoft.ReportingServices.Library.DBInterface.GetAllConfigurationInfo()
   at Microsoft.ReportingServices.Library.RSService.GetSystemProperties(Property[] requestedProperties)
   at Microsoft.ReportingServices.WebServer.ReportingService.GetSystemProperties(Property[] Properties, Property[]& Values)
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.WebServer.ReportingService.GetSystemProperties(Property[] Properties, Property[]& Values) (System.Web.Services)

------------------------------
BUTTONS:

OK
------------------------------

Dynamic Tablix in SSRS Report?

$
0
0
Hi, we are new to SSRS and considering it as an option to develop some of our corporate reports. In Some of our reports we have a single report parameter(say State). Now the requirement is that based on the User picked value(in parameter) we want to show a different metric in Tablix.

For Ex: 
a) If user picks State = CT, then show Column1, Column2, Percentage3
b) If user picks State = MA, then show Column1, Column4, Percentage5, Column6.

Is this possible to have One single tablix that changes dynamically based on user response? If yes, any advice on how to start?


Thanks,
Kon

.NET version for authentication extension?

$
0
0

We are upgrading to SSRS2014.  Currently in the process of writing our IAuthenticationExtension implementation for custom authentication.  Can our IAuthenticationExtension implementation be built for .NET 4.5 or must it be built .NET 3.51?

thanks

scott

Iff statement results in #Error

$
0
0

This formula results in an error when the first value is true, otherwise it works fine.  If the budget_quanty > 0 then it works just fine. What am I missing? I am trying to calculate the percent of budget to actual.  This is used as an expression in a total field.

Thanks,

Trish

=iif(Sum(Fields!BUDGET_QTY.Value) = 0, 1,

iif(Sum(Fields!ACTUAL_COSTING_QTY.Value) = 0, 0,

Sum(Fields!ACTUAL_COSTING_QTY.Value) / Sum(Fields!BUDGET_QTY.Value)))


Trish Leppa

FInding the Reporting Services 2014 Web Service in Visual Studio 2013

$
0
0

Hello

I am trying to figure out how to Find the webservice for my SSRS 2014 Installation from Visual Studio 2013.

I looked at this article

http://msdn.microsoft.com/en-us/library/ms155398.aspx

And it seemed to say I should use:

http://<machine name>/Reports_<Machine Name>/ReportService2010.asmx?wsdl

I am doing this from the Add Web Reference part of Visual Studio 2013

When I do this I get the error

There was an error downloading 'http://<machine_Name>/Reports_<machine_Name>/ReportService2010.asmx?wsdl/_vti_bin/ListData.svc/$metadata'.
The request failed with HTTP status 404: Not Found.

Thanks in Advance.

-Dick

Second max/min in ssrs report builder expression

$
0
0

I need to do conditional formatting on second max/min in an ssrs report builder table.

Can i get it in an expression ?

Matrix Table does not hide row header when no data - SSRS 2012

$
0
0

I am using SSRS 2012, and creating a very simple matrix.  When there is no data in the rows, the row header still displays.


  

I have tried setting conditional formatting to hide the tablix in tablix properties, to equal what I actually want in the table which is the same expression I have for row group visibility.   

IIF(Fields!Name.Value = "Smoke Detectors"  OR Fields!Name.Value = "Smoke Detectors - Air", false, true) 

I have also tried using Count() and CountRows() with the value inside the parentheses being (Fields!Name.Value = "Smoke Detectors")  OR (Fields!Name.Value = "Smoke Detectors - Air") in the Tablix properties visibility without any luck.



What I get when the report renders when it really should show nothing, since I do not have the data listed above, is the row headers below.

I know this should be really simple but it has cost me a lot of time.  I would greatly appreciate any suggestions.


Viewing all 10045 articles
Browse latest View live