{"id":21937856,"url":"https://github.com/apps72/dev.ssrs","last_synced_at":"2026-05-06T22:31:09.327Z","repository":{"id":89059418,"uuid":"63166141","full_name":"Apps72/Dev.Ssrs","owner":"Apps72","description":"Windows and tools to display SQL Server Reporting Services Reports (WPF)","archived":false,"fork":false,"pushed_at":"2017-07-17T11:54:04.000Z","size":5457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T04:48:57.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Apps72.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-12T14:45:55.000Z","updated_at":"2017-03-31T19:35:55.000Z","dependencies_parsed_at":"2023-06-03T03:30:22.233Z","dependency_job_id":null,"html_url":"https://github.com/Apps72/Dev.Ssrs","commit_stats":null,"previous_names":["apps72/apps72.dev.ssrs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apps72%2FDev.Ssrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apps72%2FDev.Ssrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apps72%2FDev.Ssrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apps72%2FDev.Ssrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apps72","download_url":"https://codeload.github.com/Apps72/Dev.Ssrs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244968608,"owners_count":20540155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T01:26:11.194Z","updated_at":"2026-05-06T22:31:09.278Z","avatar_url":"https://github.com/Apps72.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQL Server Reporting Services - Report Viewer\n\n## Introduction\n\nThis C# library is a standalone WPF library helping developers to display, save and print, \nlocal or remote SQL Server Reports (including Microsoft ReportViewer libraries v12).\n\n## Samples\n\n### How to save and display a remote report.\n\n```csharp\nReportWindow report = new ReportWindow(new Uri(\"http://localhost/ReportServer\"), \"/MyDocument/MyReport\");    \nreport.Save(\"C:\\\\MyReport.pdf\", ReportSaveFormat.Pdf);\nreport.ShowDialog();\n```\n\n### How to save and display a local Report.\n\n```csharp\nReportWindow report = new ReportWindow(\"C:\\\\MyDefinition.rdlc\", \"DataSet1\", data);\nreport.Save(\"C:\\\\MyReport.pdf\", ReportSaveFormat.Pdf);\nreport.ShowDialog();\n```\n\n### How to display a local report, using multiple data sets.\n\n```csharp\nReportWindow report = new ReportWindow();\n        \nreport.ReportFileName = \"C:\\\\MyReport.rdlc\";\nreport.ReportDataSources = new ReportDataSource[1];\nreport.ReportDataSources[0] = new ReportDataSource();\nreport.ReportDataSources[0].Name = \"DataSet1\";\nreport.ReportDataSources[0].Value = data.ToArray();\n\nreport.ShowDialog();\n```\n\n## Change Logs\n\n1.3 - Add **Duplex** and **IsColored** argument to print Recto/Verso and in color.\n\n1.2 - Include **Print** and **Save** command for remote reports.\n\n1.1 - All basic features.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapps72%2Fdev.ssrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapps72%2Fdev.ssrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapps72%2Fdev.ssrs/lists"}