Hiding column in same group based on month parameter
Hi,I need to a make MTR column visible of the same group, based on user selection(i.e. need to create prompt),also it should be dependent on the month parameter which is already created.So if the month...
View ArticleSQL Server Reporting Services : Opening Drill Down / Drill Through report in...
Hi,I want to open Drill Down / Drill Through report in New browser window in SSRS.I know that we can write Java Script code in Action-->Jump to URL.I have 50+ reports and I don’t want to open each...
View ArticleCalculate age from DOB in datamodel
I have created an AGE field as an expression using =Floor(DateDiff(DateInterval.DAY,Fields!D_O_B.Value, Today())/365.25).This works perfectly but I cannot use Floor when I try to add AGE to a...
View ArticleSSRS report grouping issue
HiI have an issue in SSRS report design. I need help ASAP.I have a report that have 2 DATASETS and 2 TABLES in the design I am displaying DATA in the first table and DATA related to the First table in...
View ArticleReporting Services
What Reporting Services tool do I use for local report development (.rdlc). I have been using VS 2008. Can I use the report builder tools (3.0) for local reports? What about VS 2010, VS2012 ? I saw a...
View ArticleData Driven Subscription Error: Bad Email
I want to find out the Bad Emails in the Data Driven Subscriptions. I get the emails from the database via a query and the subscription is sent to those emails. This is the Status: Done: 100 processed...
View ArticleAuto Refresh doesn't happen.
Experts,I've created simple data-set query as:-SELECT CAST(GETDATE() AS DATETIME) AS DTThis column(DT) I'm displaying into Tablix column and setting report property toAuto Refresh = 10 (10 sec).Report...
View ArticleCustomer name and address too spaced apart
I am using report builder 2.0. The parameter is set so that a customer can be selected and it will display their address block and some other information. This works, but the name, address, city, state...
View ArticleConditional background color in SSRS
Hello EveryoneIs there a way to do conditional back ground color on toggling of the rows.For e.g. If i collapse United states, background color of Country's rows will be grey.Please advice on this if...
View ArticleSSRS 2005 Error "Execution '' cannot be found" when using carriage returns...
This is very odd. We have two different SSRS 2005 servers (one Stage one Production).I try to render a PDF report within a website using "pdfContent = MyReportViewer.ServerReport.Render("PDF", Nothing,...
View Articlesetup demo data alerts to send email to local folder
hello,I am building a demo environnement to show data alerts feature. I am not realy familiar with database email configuration but I am sure it is possible to send email to local folder instead of...
View ArticleReport execution via web browser is very slow
Hi, I have a report which returns large result set. When I execute the report from VS.NET 2008 or directly report SQL query in SQL Management Studio it takes about 30 seconds. But when I execute the...
View ArticleSSRS Font Rendering issue in PDF file
There are different fornt-weight in SSRS. Could you please tell me what is the difference between SemiBold, Medium and Bold. I am not finding any differences when I render into a PD file. Suprizingly...
View ArticleHow SSRS can show data from xml column using xsl script?
Hello.I have a table with xml column.I also have a xsl file which can transform this xml data into html codeI have to create SSRS report to show on screen a data from xml field formated with xsl.How...
View ArticleCourier new converts to Curier font in PDF rendering in SSRS
used Courier-New-Bold while designing SSRS report, but I am getting just Courier as the report font when report is being render into PDF file. Could you please help me to identify the issue?I am using...
View ArticlePrinting multiple invoice in separate page
Hi All,I've got a scenario where users will be selecting multiple invoice and when they print each and every invoice number should come in a separate page .For eg : user selected 4 different invoice...
View ArticleSet culture for dateformat ect on ReportExecutionServiceSoapClient.Render
Hello,How do I set the culture for the Render call on the ReportExecutionServiceSoapClient. I am using the service call to create a pdf but all my dates is being rendered as en-US. I would like to...
View ArticleHow to change the default report name while exporting into PDF file
Is it possible to chnage the default PDF file name to other than *.rdl file name while exporting SSRS report from web-browser without using ReportViewer?
View ArticleParent header for column group header
HiI have a requirement to display a parent header for the column grouping. i the below screenshot column D to column N are generated as result of column grouping. I want to show "Parent Header (A)"...
View ArticleSumming an IIF Expression
I am using report builder 3.0 to build a report and have and IIF expression, I am having problems summing this expression if someone could please assist?The IIF Formula is as...
View Article