About 11,100 results
Open links in new tab
  1. SSRS: How to remove the extra rows when exporting the drill down …

    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 option. Is it …

  2. How SSRS handle large data - social.msdn.microsoft.com

    Apr 25, 2017 · In SSRS, the report execution includes three processing phases: data retrieval, report process and report rendering. So, we can know that before rendering a report, dataset will fetch all …

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

  4. SSRS, Grouping, and Objects as Dataset - social.msdn.microsoft.com

    Mar 10, 2013 · SSRS formats its Grouping columns to the right leaving much real estate underneath the Group By column unused and I would like to use that area for the Grouping columns (subcategories).

  5. SSRS Report Keep Loading - working fine in SSMS

    Apr 19, 2017 · Then the query used the variables rather than the parameters. This caused the query to perform consistently whether called from SQL Server Manager or through the SSRS report. Another …

  6. Extra blank page in ssrs report - social.msdn.microsoft.com

    May 7, 2019 · In SSRS 2008 or higher, there is a Report Property ConsumeContainerWhitespace which controls whether white space in containers should be consumed when contents grow instead of …

  7. SSRS HOW TO CHANGE THE LENGTH OF PARAMETER TEXTBOX

    Oct 7, 2021 · what you can do is if you are using reportviewer, pass the date and other report parameter from your asp.net UI and later send them to SSRS report and hide the parameter inside ssrs report.

  8. SSRS Data Source Authentication - social.msdn.microsoft.com

    We don't want the client to use Windows authentication with the data source because we don't want all the domain users' Windows logons to actually have access to the underlying SQL databases. Only …

  9. In SSRS, aggregate measure based on dimension value

    Aug 26, 2014 · I am writing an SSRS 2012 report whose data source is an SSAS cube. In one table of this report, I am using a very simple data set with one dimension (Category) and one measure (Sales).

  10. Active Directory and SSRS - social.msdn.microsoft.com

    Mar 30, 2011 · Question 0 Sign in to vote Is it possible to create a report in SSRS that queries Active Directory data such as user's phone extension, email address etc