About 10,500 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. How to render SSRS Report using SSRS SOAP API with report tool …

    Jul 31, 2018 · Is it possible to render SSRS Report using SSRS SOAP API with report tool bar on the page.I found solutions to render report in excel,HTML or in pdf but i want to render a report …

  8. 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?

  9. 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.

  10. 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.