Skip to content

Instantly share code, notes, and snippets.

View CupraAli's full-sized avatar
🍉

Ali Oakley CupraAli

🍉
View GitHub Profile
@madcodemonkey
madcodemonkey / Program.cs
Last active June 10, 2024 13:41
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