Turning on and off export formats on a per report basis
I hope I am wrong, but I can't believe there is no configurable control to turn on/off the ability to export to each of the exportable formats for an individual report. Report Developers have been...
View ArticleCustom Data Extension - Security Error on Report Server
I have written CDE to retrieve and process data before generating the report. It works very well inside VS.Net. However, when deployed to the report server I get the following errorAn error has...
View ArticleRemoving Unwanted White-space from hidden footer and footer should display at...
I have a report which prints check and can have multiple page of transaction per check. And this check should be printed at the bottom last page. So i had created footer to accommodate all the data...
View ArticleBar chart for Job Schedule report
Hello,i have requirement of creating a bar chart report. here is the scenario.we have employees and their jobcode. so for a single given day an employee can work on different jobcodes for a given...
View ArticleReport of custom fields and their attributes including graphical indicators
I am trying to pull a report of all the custom fields and their associated attributes. I can pull the information for the fields and both the data and description for the lookup tables but what table...
View ArticleIssue with LookupSet() expression when exporting to Excel or PDF
Hi, I am using LookupSet() in my matrix report and when I export this report to Excel or PDF this text box shows error. Could you please let me know a work around for this problem.Thanks in...
View ArticleRS Parameter Fields Seem Inaccessible After Giving them a function for Default
Hi. We run std 2008. I'm in BIDS looking at my master report now that the subs are completed. After giving about half of my parametrs a default function of ="", all but one (very first param and...
View ArticleRepeating Tablix Header does not show on pages where embedded subreport...
Hi everyone, I've got a report that has a tablix containing a two detail rows, grouped on my ControlID, one of the rows is there to contain my subreport and have it group with the tablix's detail row....
View ArticleData Driven Subscription in SSRS 2008 R2
Hi All,I have been able to successfully create a data driven subscription based on the territory value and also customize the subject line to reflect the Territory value too. But just wanted to know if...
View ArticleExpression not Works as per need
HI,=SWITCH( LEN(Fields!Comment.Value) > 1000, REPLACE(REPLACE(REPLACE((LEFT(Fields!Comment.Value,1000)+"...")," "," "),"<","<"),">",">"), True,...
View ArticleAnother Cascading Multi Value Issue
Hi Sorry! I have another issue related to this (http://social.msdn.microsoft.com/Forums/en-US/abf23504-375f-4972-a4e7-1ad4baf34238/cascading-multi-value-issue) ...I select multiple items from the...
View ArticleUnable to publish reports & Manage Datasources - without Local Admin on...
I have a SSRS 2008 R2 & W28 R2 server setup. I had setup a folder and provided a user Content Manager previlege for deploying reports from a development server.But the user is unable to deploy...
View ArticleSSRS 2008 : Open a linked report in a new window.
Hi,How can I open a linked report, specified in the Action property, in a new explorer window?Thanks,Anurag
View ArticleHow to open URL in new tab rather than new window in SSRS 2008 R2.
Below is my navigation URL link ..I want the drill through to open in new tab rather than new window..I believe i need to change the newwin..Can someone help me out with...
View ArticleBuilding Hierarchy in SSRS.
I am trying to build a hirearchy view with expanding buttons however I cannot figure out how to pull it and display it properly because of my table design. My table looks like this. Proj_id,...
View ArticleParameter Limitations On SSRS Report
How many parameters we can add on one SSRS ReportThanks in advance
View ArticleUnable to load Client print control
I know this question has been asked and I have read all of the responses. But, I seem to have a unique problem. I am using Server 2008 r2 sp2 with ie8. And my problem is getting the error Unable to...
View ArticleLOOKUPSET/JOIN to display in separate rows or columns?
I have 2 datasets and one tablix. In the [ClaimantAddress] dataset, I have an [AddressType] field with either Residence or Mailing address.CLAIMS dataset = CLAIMID, FIRSTNAME, LASTNAME, CLAIMANTID...
View ArticleHow to filter on a group field in a tablix?
I have a tablix in SSRS 2008 R2 which I mean to only display when field value tablix_flag = 2. My dataset looks like:tablix_flag ACA_N_ACO_Link2 Details3 1 CA9CEE16-84FE-418E-933F-33208185A294 C 1...
View ArticleWhich Override method in ReportViewerWebPart accesses/grabs the report from...
I have customized my own ReportViewerWebPart used in SharePoint 2010, to set the report URL dynamically, etc, and all is working fine. Now, I am just trying to find out how I can override the actual...
View Article