Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/expressio…
SSRS: How to remove the extra rows when exporting the drill down report ...
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 option. Is it possible to remove it?
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
SSRS - A Subreport background image is overridden by background image ...
Per my understanding you are experiencing the issue about the background Image of the subreport not shown in the main report , right?
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/lync/en-U…
SSRS: Log on failure when using Sharepoint List data source
Based on the scenario, the issue may occur if the “WSS_Lists” data source doesn’t support impersonate. When configuring the data source properties, we can check the “ Impersonate the authenticated user after a connection has been made to the data source ” option to allow delegation of credentials only if the data source supports impersonation. For SQL Server databases, this option ...
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
SSRS boolean parameter Yes and NO instead of True and False in prompt area
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.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
SSRS 64bit machine and drivers - social.msdn.microsoft.com
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 driver and the the custom data process extension to talk and connect to SSRS.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/e0a…
Executing SSRS report via a console application though a SQL Server ...
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 Authentication. These reports have been deployed to a server.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/share…
Unable to connect to the SSRS server via SSMS
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 supports.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
flatfile as datasource in ssrs - social.msdn.microsoft.com
use SSIS to import the flat file into a SQL Server database table first and hen create a dataset in SSRS.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
How to avoid empty space in right side of the SSRS report
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 number of columns, there will display much space on the right side of the report, right?
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
SSRS basic authentication pass user credentials to SQL Server data source
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.