Skip to content

Instantly share code, notes, and snippets.

@mgonzales3
mgonzales3 / Program.cs
Created November 15, 2023 18:01 — forked from madcodemonkey/Program.cs
Generate SSRS report using WCF in .NET Core Application
using ServiceReference1;
using System;
using System.Collections.Generic;
using System.IO;
using System.ServiceModel;
using System.Threading.Tasks;
namespace SSRSSimple
{
class Program