.NET SDK C# - Retrieve data of master vizualisation
Hey,
I am trying to implement a small C# application. At the moment I get my data by handling the hypercube which is not very readable and if something changes in the application I have also to change it in the C# code.
Therefor, the idea was to retrieve data of known master vizualisations (charts, tables, ...).
Does anyone have an example code of how to do this? Best thing would be to have a static method which just needs the IApp and the name of the master vizualisation.