Posts by CEZAR AUGUSTUS SILVEIRA • 1 point
1 post
-
0
votes1
answer56
viewsQ: Run an XMLA query using C#Webapi
My C# Webapi looks like this. using Microsoft.AnalysisServices.AdomdClient; using System; using System.Data; using System.Web.Http; using System.Xml; namespace FastReport.WebApi.Controllers {…