
SSRS: How to remove the extra rows when exporting the drill …
Jun 18, 2015 · I have a drill down report which need to be exported to excel. But, when exporting to excel it shows many unwanted blank rows for a particular record due to the drill down …
SSRS boolean parameter Yes and NO instead of True and False in …
Dec 8, 2009 · I am using SSRS 2008 As i want to have the Yes or No instead of True or false in Radio button Boolean parameter in prompt area.
Executing SSRS report via a console application though a SQL …
Jul 18, 2018 · I have a SSRS solution that contains 20 reports all of which utilise a shared data source called "DataWarehouse". This datasource has been configured to use Windows …
Unable to connect to the SSRS server via SSMS
Jun 8, 2016 · SSRS is in the native mode and I try to connect it with Windows Authentication. I tried starting SSMS as an Administrator, but the result was the same. I would appreciate your …
SSRS 64bit machine and drivers - social.msdn.microsoft.com
Jan 11, 2008 · I am in the process of building my own custom data processing extension and I was wondering if it is possible to build this as a 64 bit application, which can talk to the 64 bit …
SSL and SSRS Configuration. - social.msdn.microsoft.com
Feb 5, 2018 · I applied SSL certificate to our existing SSRS through SSRS configuration Manager. After applying I found I lost all the permission. I cannot edit the Connection String on the …
SSRS Code to run a SQL Statement - social.msdn.microsoft.com
Jun 30, 2016 · According to your description, you want to use SQL statement within the report custom code. Right?
flatfile as datasource in ssrs - social.msdn.microsoft.com
Dec 14, 2012 · use SSIS to import the flat file into a SQL Server database table first and hen create a dataset in SSRS.
How to avoid empty space in right side of the SSRS report
Aug 14, 2015 · According to your description, you have inserted two Tablix controls in the report and each Tablix displays on separate page. As those two Tablix don’t contain the same …
SSRS basic authentication pass user credentials to SQL Server data …
Mar 14, 2017 · The developer tells me he has to use forms authentication to provide access to SSRS, since he wants to prompt the user for credentials only once when the app starts up.