About 7,300 results
Open links in new tab
  1. SSRS Programmatic Import of Excel Workbook

    Feb 9, 2018 · I can manually load an excel workbook into ssrs by clicking upload and then pointing to the workbook. The workbook appears in a section called "EXCEL WORKBOOKS"

  2. Can an input parameter be dynamically hidden?

    Dec 31, 2009 · As of SSRS 2008 R2, parameters cannot be conditionally hidden. A code-intensive workaround exists for SSRS 2008 where a developer can write a report definition customization …

  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 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 driver and …

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

  9. SSIS Package Insert into Temporary Table

    Mar 29, 2012 · The SSIS package could run, filling this table with rows, and using it's own "execution instance" GUID to populate that column. The SSIS package could then call the SSRS report, passing …

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