reporting-services

How to reduce SSRS PDF Export Size

一个人想着一个人 提交于 2020-01-03 20:01:37
问题 I have a SSRS report that is Exported to PDF. The report has one table with 2 lines. (A header with no formatting and one record). The PDF export that is created is 130K. I am sure that this is much larger than it needs to be. Is there any way to reduce the size of the created PDFs from SSRS? Or any issues that can bloat a PDF from SSRS that I should be aware of? 回答1: The best generic answer to this question is probably: Open and inspect the code in the RDL file : it's just an XML file, and

SSRS 2008 - How to hide the plus icon in a group visibility toggle cell

允我心安 提交于 2020-01-03 18:52:46
问题 I have a report that shows or hides columns in a group based on a header cell. SSRS makes this pretty easy and is kind enough to place a little plus/minus icon in the toggling cell. I want to HIDE this plus/minus icon when there is only one column of data in the subgroup, because it shows that one column by default so expanding the group doesn't do anything. This really only applies to one specific group, because all the others always have more than one column of data, so a way to hide only

SSRS 2008 - Header on report is not showing Dynamic Data

自作多情 提交于 2020-01-03 18:44:11
问题 I have a personel report that is sorted by department name, yet when I add the field for the department name into the header, it only prints out the first department name correctly. every other page has the header, but still has the initial department name in the header instead of the correct department name. In other words, the field reference to the department name that is in the header of the report does not update. I browsed the data that is uses from a stored procedure and the department

Back UP file RDLs Creation in SSRS 2008 Automatically

和自甴很熟 提交于 2020-01-03 13:17:13
问题 Back UP RDLs Files Creation in SSRS 2008 Automatically when we save it. Can we resolve this ? Like if there is report which name is AssetAmount.rdl so when we updated it and save it then there is an autogenerated Rdl created as AssetAmount-BackUP.rdl AssetAmount-.rdl so there are two rdls files in a same folder 回答1: If the rdl version was in previous version say SSRS 2005 and now the rdl is accessed into SSRS 2008, the back up file is created while the report is upgraded. once the report is

Trigger a report from a ribbon button

∥☆過路亽.° 提交于 2020-01-03 12:31:44
问题 I have several custom reports and I would like to be able to add buttons to the ribbon that trigger them. Is it possible? And if so, any examples would be great ! Thanks in advance ! 回答1: To run a report from a ribbon button you need to create a js file with a function you'll be calling from your button. You need 4 things: rdlName - rdl file name. reportGuid GUID of the report. entityGuid = Entity GUID wich you run report for. entityType = Entity Object Type Code. Here is the example.

Use 2 data sets in one chart in SSRS

杀马特。学长 韩版系。学妹 提交于 2020-01-03 08:58:10
问题 Is it possible to have 2 data sets and display the data for them in one chart on an SSRS report or will I need to combine the data sets? I have number of calls answered in one dataset and number of calls missed in another and want to show them both in a graph. The data is held in different areas which is why I didn't create it in one data set to start with. 回答1: This may not work for all types of charts, and does require your datasets to be constructed with common axis values: Select the

Can I render HTML from SQL Database in SSRS 2005?

流过昼夜 提交于 2020-01-03 08:36:46
问题 I have html in an MS SQL DB. I would like to render the html on a SSRS page, is this possible? 回答1: This kind of capability was deliberately disabled in SQL 2005 Reporting Services because of 'security reasons'. I believe the advice at the time was to record any html as an image and embed the image in the report. I decided to abandon reporting services all together instead. Sorry! If you are using SQL 2008 you can use some HTML in your reports. However, there are some limitations to the

Can I “join” across datasources in SSRS?

一个人想着一个人 提交于 2020-01-03 08:35:15
问题 I've got two datasources, one Oracle and one Sql Server. Due to circumstances that predate me (as in it was like this when I found it) some columns in the Oracle database contain PKs from lookup tables in the Sql Server database. I am attempting to create a Sql Server Reporting Services report that will combine data from both the Oracle and Sql Server database; where the data to be reported is partially from Oracle but some of the values needs to be looked up in Sql Server. I've got the

SSRS expression - query from dataset, with group

老子叫甜甜 提交于 2020-01-03 05:28:11
问题 Let's say for each student, I have a note of an exam and I need to calculate the percentile rank ... of each question, each group of question and total exam (each student). Do to that I need, for each question, group of question, and total exam: 1) x = the score (That I have of course) 2) the count of score above x 3) the count of score equal to x 4) the count total of score Do to that it looks like I need to use sub-select for me, in a T-SQL query. Calculate everything inside a big dataset

Group is created to the right of Parent

断了今生、忘了曾经 提交于 2020-01-03 05:09:09
问题 I cannot figure out for the life of me how to add a sub group to a parent group but to have that sub group sit below the parent group row. Right now if I right click the parent group and add a child group..it adds a child group but to the RIGHT of the first parent group's cell in the report. Anyone?? How the heck do you get child groups to sit below the parent row? For example my report will have a parent group that holds a CarType For each Car Type group, it has several related car names ---