ssrs-2008

How to reduce SSRS PDF Export Size

本秂侑毒 提交于 2020-01-03 20:02:01
问题 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

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

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 ---

How to hide parameter based on another parameter value in SSRS

偶尔善良 提交于 2020-01-02 11:07:26
问题 Hi I have 2 parameters param1 and param2. param1 has values true and false.my requirement is if i select true in param1 then param2 should be hidden and if i select false in param1 then param2 should be visible. can this be achieved in SSRS? 回答1: As per Nathan's comment i am adding Amar's comment here as answer/partial answer Unfortunately, you cannot change a parameter's visibility during run time. Alternatively, you can control the second parameter's values based on the selected value of

Getting the error “Data retrieval failed for the subreport, 'Subreport1'” while trying to preview a report from Business Intelligence Studio

大憨熊 提交于 2020-01-02 03:47:04
问题 I know this question has been asked before, but all questions were for reports being accessed using C# or vb.net code. My problem is that i am building and accessing the report using Business Intelligence studio, I am basically trying to add a sub report for a report, and I made sure from the parameters and they are ok. However when i try to access the report containing the subreport, I get the error "Data retrieval failed for the subreport, 'Subreport1'". I also tried deleting the .data

Is there a report tool that allows users to create their own reports?

丶灬走出姿态 提交于 2020-01-02 03:34:30
问题 I have looked around a bit but I can't find a tool that fit my needs. What I need is a tool that allows users to create their own reports preferably from a web interface where the user is able to create charts, diagrams and tables . Therefore the tool needs to be able to handle several users and restrict the users to a certain database . I have looked at Crystal Reports and SSRS and neither of them seems to support what I want or am I missing something? 回答1: So, you're looking for a web-based

SQL Server Reporting Services url parameters not working

天大地大妈咪最大 提交于 2020-01-01 16:50:12
问题 I cannot correctly pass the parameters to a SQL Server Reporting server. The report page is displayed, but the Report Viewer Web Part’s parameter prompts are still empty and nothing is run. The following url takes me to the correct report page, where I can manually select the parameters, then click the "View Report" button and get a report. http://MyServer/ReportServer?%2fProjects%2fProject_Report The following are in the report webpage source: <label for="ctl32_ctl04_ctl03_ddValue"><span

DateTime as empty String or null ?How to check?

帅比萌擦擦* 提交于 2020-01-01 15:36:30
问题 Q: I want to check the DateTime against null value to empty the cell in my report if the datetime is null.but i don't know how to do this :it appears like this 1/1/0001 if it was null.and i want it to be empty cell. This is the datatype in my dataset : and this is the expression value of my column : =FormatDateTime(Fields!D_DateTime.Value,2) 回答1: As I told you in my comment, you should check if your date is DateTime.MinValue (the minimum value a date can assume, which is exactly 01/01/0001).

How to I get cumulative monthly subtotals in SSRS?

断了今生、忘了曾经 提交于 2020-01-01 13:35:33
问题 I'm using SSRS to create a report which shows a lot of transactions according to a trade date. I've made a group on the month and year called 'grpMonthYear' . Inside that group I've made a subgroup on 'TradeDate'. The groups and all work perfectly. I'm also generating monthly subtotals in the footer of the group 'grpMonthYear'. But now I want the cumulative subtotals. Example, if Jan'13 totaled up to $5,000.00 and transactions in Feb'13 totaled up to $7,000.00 So the monthly subtotal in Feb