Operator '&' is not defined for string
I am getting this error on my Expression to control whether my report, letter prints an Address Line 2 or not. Here's the expression...=IIf(Fields!Address_Line_2.Value = Nothing, Fields!City.Value...
View ArticleHow to display physical path of the rdl file dynamically
Hi All,How can i display location of my ssrs report ( ex: D:\Reports\Report1.rdl) in the report dynamically.Thanks in advance,Sam
View ArticleSSRS 2008 R2 tab delimited export with quote qualifiers
<Extension Name="TAB" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering"><OverrideNames><Name Language="en-US">TAB (tab...
View ArticleDefault font for HTML Markup Style
Hi,We are using SSRS reports and fetching the data from SQL Server. The data is in form of HTML tags and hence we have set the field properties as HTML Markup. Now we need to know is there a way where...
View ArticleRetrieve data source connection string from reportserver.dbo.DataSource
I would like to retrieve the connection string (and credentials) for each of my data sources (without having to click on each individual item). The DataSource table has a column called...
View ArticleData-driven Subscription doesnt send out an email but job history shows its...
Hi AllPlease give me some advice about this Data-driven Subscription runs every hour misses out once or twice a day, but the subscription job history shows it ran sucessfull but it doesnt trigger the...
View ArticleNeed to sum max values in a report with Hidden groupings
I have looked all over and have not found my exact situation, so I am posting my first question. I have a report that I have grouped on multiple levels. So my report has a...
View ArticleSSRS : Display default value in report parameter?
The datasource for my Hour parameter in my SSRS report is the following query:SELECT HOUR FROM [HourlyData] GROUP BY HOUR order by hour descWhen I run the report, I need to select an hour before...
View ArticleHow to filter selection in drop down box in Report Builder 3.0
New to SQL reporting services - what is the syntax for filtering the drop down list in Report Builder 3.0? I have the following: =Parameters!ReportParameter1.value and =Fields!Store.value my drop...
View ArticleMatrix exporting to excel with empty columns, with page break option of...
I am working with Report Builder 3.0 I am using a matrix to produce grouped data on separate worksheets in excel. The select is: SELECT ID, Measurement, Value, [Date] FROM Measurements_Report. (please...
View ArticleReport Designer in Visual Studio 2008 - Grid Lines?
Can anyone tell me what the story is with the report designer in Visual Studio 2008? (or the SQL Business Intelligence Development Studio)I have a reports project that I have upgraded from SSRS 2005 ,...
View ArticleExpression Grouping and Summing
I am working on a report where I have an expression that gets the Max value of a field in the detail row of my report. I have four levels of grouping that I then need this expression to sum. The...
View ArticleMonth to Present and Year to Present Report
hi,i have a fields in my report like storeid,storename,country,city,time and total. so i want to add 2 more total columns in the report which display the total of month like suppose if todays date is...
View ArticleReport folder security
Hi,I have setup a user A (it belong to Administrators group) and it can access the Reporting Server's report folders, however, another user B (it belong to USERS only) cannot access.I already tick all...
View Articletrying to connect to a Sharepoint list as a data Source but get errors
I'm trying to access a Sharepoint list as a datasource, we do not have the reporting Service intergrated in to Sharepoint as we need SRS available for other reporting.but we will eventually call the...
View ArticleWhen Report Ran Chart Use To Show, Now It Does Not
This report use to show the charts. Now it doesn't. Can someone explain where I can look to debug or explain why this is all of a sudden happening?lcerni
View ArticleHow to pass multiple field/column values from a collapsed column while doing...
Hi,I've searched this issue in other similar posts but didn't get any resolution till now.I have a report that has displays records in first SSRS report like:Country Area Total (this field...
View ArticleHow can i Auto Size the Column width in RDLC Report
Hi Friend's,I have created Windows application with RDLC Report. I am binding(Generating) dynamic columns and data's in RDLC Report Using Matrix control, I need to make Auto size of Column width for...
View Articlersreportserver config urls reservations accountsid and account name different...
Hi All ,I have an ssrs instance which has been al ready configured,the instance is set up to use network service account ,but the rsreportserver is configured to a different account in the...
View ArticleReporting Services Preview Failure
I am migrating RS reports from SQL 2008 to SQL 2012. As a first step I created a new solution in Visual Studio 2012 (Install includes VS 2012 Premium 32 bit, VS 2012 Update 2, SSDT-BI for VS 2012,...
View Article