About 13,900,000 results
Open links in new tab
  1. Add a new or existing report to a report project - SQL Server Reporting ...

    Sep 27, 2024 · In SQL Server Data Tools (SSDT), you can add a new Reporting Services paginated report by using the Report Wizard or by adding a new blank report to your project. You can also add an existing report. After you add a report, you can see the report name listed under the Reports folder in your project.

  2. Find, view, and manage reports (Report Builder and SSRS)

    Sep 27, 2024 · To find a report that you want to work with, browse your computer, folders on a report server, or SharePoint site integrated with Reporting Services. Additionally, you can select a shared data source, image, or subreport to use in a report.

  3. Creating reports based on existing stored procedures with SQL Server ...

    Nov 10, 2016 · In this article you will learn how to create reports based on existing stored procedures with SQL Server Reporting Services.

  4. Is it possible to import existing SSRS reports in Visual Studio?

    The report definitions (.rdl files) can be downloaded for each report type, and added to a new Reporting Services project. They will need to be pointed at the newly recreated datasources, but then should be fine. To download the report files, go …

  5. Launching a SQL Server report using a stored procedure

    Sep 9, 2015 · SELECT c.Name AS ReportName, rs.ScheduleID AS JOB_NAME ,s.[Description], s.LastStatus, s.LastRunTime FROM ReportServer..[Catalog] c JOIN ReportServer..Subscriptions s ON c.ItemID = s.Report_OID JOIN ReportServer..ReportSchedule rs ON c.ItemID = rs.ReportID AND rs.SubscriptionID = s.SubscriptionID Create a sql agent job

  6. sql server - How to modify an existing SSRS report using report

    Aug 24, 2016 · Double click on it, or select Add existing item if the report is not yet in your project/solution. If working with a single report, it helps to create a "dummy" project and add the existing report to it. Afterwards you should be able to edit the datasources, datasets and so on.

  7. Reporting Services in SQL Server Management Studio (SSRS)

    Sep 27, 2024 · View information about how to perform reporting tasks and how to create and manage shared schedules in the web portal using SQL Server Management Studio.

  8. How to create a SQL Server Reporting Services (SSRS) report - SQL

    Sep 9, 2016 · SQL Server Reporting Services (SSRS) is part of Microsoft SQL Server services since version 2000. If you are an ordinary user with a basic knowledge of SQL, this article will help you in creating your first SSRS report.

  9. SQL Server Reporting Services Quick Reference Guide

    Aug 20, 2024 · Reference guide to key SQL Server Reporting Services topics: installation, configuration, administration, features, report builder tool, and security.

  10. SSRS - Report for Stored Procedure with Parameters

    Jan 10, 2008 · In this article I wanted to walk you through a scenario that will require setting up a report to call a stored procedure, and this procedure has parameters to be passed to it. If you are new to...

Refresh