About 6,610 results
Open links in new tab
  1. Assign a value to an enum "SSRS - social.msdn.microsoft.com

    Oct 13, 2010 · I am creating a report in SSRS. When I pull in values from the database they come in as Enums. Is there a way to assign values for these Enums? For example, 0 = None 1 = Open Order 2 …

  2. SSRS vs. Crystal - social.msdn.microsoft.com

    Sep 10, 2016 · The sense I'm getting from all over the web is that SSRS is preferred, but I need an objective and concrete trade-off analysis between the two. Also, most of the stuff I'm seeing is old …

  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 show and hide based on user - social.msdn.microsoft.com

    Apr 18, 2016 · I'm looking to show reports links on my report dashboard but only want to show some reports to some users and more to others.

  6. Image need to hide when export to pdf

    Oct 22, 2012 · From SSRS Reportign side you don't have any option to hide anything while exporting or rendering the report into PDF or excel. but if you are trying to host the report from any UI application …

  7. SSRS Graph: First date of every month.

    Aug 16, 2012 · Want a bar graph to be generated for a 3 month period.Bar should show first report of every month.

  8. SSRS: Passing accented characters on URL as report parameters

    Jul 30, 2009 · I am having a lot of trouble trying to pass in accented characters as report parameters using the query string. passing un-accented characters works just fine with no troubles at all.

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

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