Forum Discussion
shahvinay194
8 years agoFrequent Visitor
Get visuals/report pages info from PowerBI API V2 .NET SDK
Currently i dont see any option to get visual information ie visual ids from report id through server side script ie c# sdk. Also, i cant get page level information through report id. Any solutions?...
v-yuta-msft
8 years agoCommunity Support
Hi shahvinay194,
Based on my research, currenly there's no such method we can invoke in .net api. What's your requirement?
Regards,
Jimmy Tao
shahvinay194
8 years agoFrequent Visitor
I have a .net api where in i want to get visual level information such as visual name, height, width, etc. I have report id and access token too. What should be the preferred approach?