Cascading Parameters Not Updating after Initial setting
Running SSRS in VS2012 on Windows 7.My report has 3 parameters: Transaction Period, Transaction Start Date, and Transaction End Date.The user is allowed to see and select the Transaction Period from a...
View ArticleReport Server Initializes Every 12 Hours
I've just noticed that my report server initializes every 12 hours. It's not something I configured. Is it some standard setting. If so why does it do that? If not how do I change it?Below is an...
View ArticlePlease suggest How can I achieve this ?
Student IDStudent NameBranchLocationSpecializationAdmission Mode2005BhopalManagement Qouta12Prakash AhujaCSEBhopalEmbeddedManagement Quota14Nidhi PantCSEBhopalMicroControllerManagement QuotaGeneral...
View ArticleSSRS adjacent row group
Fig 1--This is what I am trying to create: Dataset tablesUSE [AdventureWorks2012]Production.Product Production.ProductSubcategory , Production.ProductCategory, Production.ProductPhoto...
View ArticleSSRS Dynamic Data Source through an Expression-based Connection String
I wanted to use single query to retrieve data from AdventureWorks2012 and AdventureWorksDW2012 in one dataset:1) I added "AdventureWorks2012" and "AdventureWorksDW2012" to Data Sources;2) I created two...
View ArticleSSRS 2008: MDX Query and Dimension Properties
Hello all,I'm building some MDX reports where I have to show some dimension properties in the report. An example for one of my MDX queries is:select [Measures].[Total Costs]on columns,...
View Articlerdlc print layout size varies with resolution on Surface Pro (Win 8.1, winforms)
We have a winforms application with local rdlc reports. On Surface Windows 8 Pro devices only, reports render such that they are scaled down and don't fill the page. If resolution is lowered on the...
View ArticleFolder & Associated Reports in ReportServerDb But Not Showing in Report Manger
In SSRS, we have a few folders and associated reports that I can see in the "Catalog" table of the ReportServerDb. However, when looking for the folder and reports in Report Manager they are not...
View ArticleMultiple queries in single report
Hi, I would like to use more than 1 sql query in the report and I have created different dataset for each and every query. All queries will return data based on a parameter. The first dataset only...
View ArticleWhitespaces below Tablix after exporting RDLC to MS Word
Hi, I would like to request some help in this community in regards to RDLC.After i have exporting my RDLC to MS Word, there is this whitespace below every tablix and the space various in length.I have...
View ArticleMove\Migrate SSRS database to 2016
I have the SQL Server \SSRS 2016 RC downloaded and configured so that we can start testing the SSRS environment. I tried moving the 2014 SSRS databases over to the new test box using the following...
View ArticleCannot read the next data row for dataset (rsErrorReadingNextDataRow)
I have a report which runs fine on Visual Studio. But when I run from report server, I get below error: An error has occurred during report processing. (rsProcessingAborted) Cannot read the next data...
View ArticleReports Builder 3.0: SharePoint List datasource - How to retrieve items from...
I am able to create an SSRS Report using Report Builder 3.0 using a SharePoint List datasource . However it only retrieves the items in the root folder of the library that I have specified. Does anyone...
View ArticlePrinting an SSRS-2014 Report on Client Prompts for Elevation
Environment: Servers: Windows Server 2012 R2, SQL Server 2014 , both are 64bit Desktops: Reports are calling through Citrix interface ... which is using Windows2012 R2 64-bit , Internet Explorer 11...
View ArticleCount Distinct Values
I have two datasets.Dataset1:CREATE TABLE #a (Ca nvarchar(20),PERSON NVARCHAR(20)); INSERT INTO #A VALUES ('A','R'),('A','T'),('A','W'); INSERT INTO #A VALUES ('B','R'),('B','M'),('B','R'); INSERT INTO...
View Articlessrs
hi friends,I have a doubt in SSRS,in the below snapshot, we will get records for the condition acnt_count<>0 and cust_count<>0, then what is the case when i want the records for the...
View ArticleFilter by blank Value or Null
I have values in a field that I want to filter by, how do I filter by values that are blank and/or null?
View ArticleEditable Drop down parameter in SSRS
Is it possible to have an editable dropdown list parameter in SSRS? i.e. User should be able to type in the value inside the dropdown paramter loist in addition to the normal 'select from list'...
View ArticleHow to check a range in SSRS expressions as between is not supported in SSRS
I have a table for a user who has following columns and values RatingID | MiddleRatingID 4 10.5 10 11 12Below is the switch expression I am...
View ArticleLooking for solution: Clickable Calendar Report; clicking on a day in the...
Hi all,Is it possible to create a report based on Calendar days, for example I have 4 Calendars in the web display, each Calendar contains its own report category. If I click on a day in the Calendar a...
View Article