reporting-services

Can you reference appSettings in an SSRS report?

孤街醉人 提交于 2019-12-11 01:03:41
问题 Using SSRS2005, can you pull in values specified in the SSRS Web.Config file (think appSettings)? I'm needing to build up a dynamic hyperlink in a series of reports and would like this to be based on a value set in a config file. At present, it seems my only options are to: Update the hardcoded variable in each report that is building up the links blech Store the value in a dedicated configuration table and then query that I could live with #2 above, but would like to avoid having to create

SQL Server Reporting Services Running Total Over Aggregated Data

独自空忆成欢 提交于 2019-12-11 00:45:40
问题 Everyone, In SSRS, we have 2 columns as laid out below. Sales | Running Sales 5.00 | 5.00 3.00 | 8.00 1.00 | 9.00 The distinction is that the first column (sales) is a is a grouping row and thus to get a Total for Sales per row, we are using =Sum(Fields!Sales.Value). The problem occurs that when I try to use running value to get a running sales total. It gives me the SSRS error that Aggregate functions can only be used on page headers and footers. In this case it makes no sense to have the

RDL is it possible to have optional parameter or force default value to null

邮差的信 提交于 2019-12-11 00:35:33
问题 I need to have an optional parameter or a parameter that's default value is null. I want to use a dropdown list for a report, the list is getting it's values from another dataset. I have selected the option to allow NULL values. I have tried setting the default value to null and all the other settings available. Is there some way to make this dropdown optional or have the default value as NULL? I've searched and found this question that was asked and comes close but does not answer the

Right reporting solution in a .Net environment

筅森魡賤 提交于 2019-12-11 00:29:44
问题 I have a reporting requirement in my web application for which I am looking for off the shelf solution. I don't have any experience of reporting softwares so thought of checking with SO community if anyone have any idea of reporting solution which fits my requirements. The application will be developed in .Net and apart from other functionalities, I need reporting capability. The look and feel of the entire app should look same. Is embedding a reporting software into a .Net application is

SQL - Query Cubes

和自甴很熟 提交于 2019-12-10 23:31:59
问题 So i just received a connection string to a Cube in our one of our SQL databases. I'm supposed to create a report that can be emailed to 30 something people off of this data. I would much rather write a stored procedure and just let SSRS send it out whenever its supposed to. The problem is that the database is extremely complex and I'm not sure I can match everything up and get the correct information. Is there anyway that I can write a store procedure that will look at the information in a

Hiding SSRS Nested Groups while showing detail row

故事扮演 提交于 2019-12-10 23:23:31
问题 I have a hierarchical data set that looks like this: Group1 Group2 Group3 Group4 Group5 Detail Food Fruit Red Apple Apple Food Fruit Orange Orange Orange Food Meat Red Steak Steak Car Honda Red 2003 Civic Civic Car Ford Blue 2003 Escort Escort My SSRS is a table with 5 groups and I have a parameter that filters "group1" column. It's structured like this: Group1 Group2 Group3 Group4 Group5 Detail When the report runs I want to be able to show all the groups that are not null. For Food that

ssrs master.dbo.xp_fileexist get different result based on user account

陌路散爱 提交于 2019-12-10 23:18:19
问题 SSRS dataset uses a query with a udf "fc_FileExists" to check user's photo existence. if the photo doesn't exist, will use anonymous photo. (the anonymous photo is at the same folder with other photos). This ssrs report is running in intranet domain environment. When I run this report, I can see photo. but some other users can't. They just see the anonymous photo. The code is like below. CASE WHEN dbo.fc_FileExists('\\domain\folder\'+ID+'.jpg') = 1 THEN 'file:\\domain\folder\'+ID+'.jpg' WHEN

SSRS Report Structure

梦想与她 提交于 2019-12-10 22:54:35
问题 I have a SSRS report that I pass parameters to. Within the base report are data regions displaying data from various datasets. Some of the datasets return one row, like the primary one. Others return multiple rows. I have been learning about multiple valued parameters in order to address this. However, the report isn't yielding the results I anticipated. For instance, I want all the data about records one and two. I was hoping that the report would give me all the data about record 1 then

Reporting Services Authentication advice sought

烂漫一生 提交于 2019-12-10 22:36:20
问题 I have been allocated the responsibility at work of revising the current reporting services authentication process. The aim is to maintain the necessary level of security and also simplify the maintenance/configuration of granting access to the individual reports. I do NOT have access to the domain controllers to be able to modify or create new AD groups. I have to work with the groups/users that currently exist. In terms of authentication, it seems that I have the option of using either:

Formatting multiple fields at once in RDL or RDLC

烈酒焚心 提交于 2019-12-10 22:09:02
问题 Over the years, I've been working with SSRS reports (RDL and RDLC) but I have not found a solution to this problem: Let's say I have x number of fields in my report. I would like to highlight all the fields at once and modify the background-color, foreground-color, font and font size, for all fields at the same time. Is this possible? I've searched on the web and I've experimented with the report designer, and I have not found anything that allows me to do this (other than modifying the