Forum Discussion
Ameb
8 years agoHelper I
Typescript API: switchMode
On powebi-models there is a enum defined as viewMode, which is used in the definition of switchMode. But the implementation is inconsistent /**
* Switch Report view mode.
*
* @retur...
alihm
7 years agoPower BI Team
This is fixed.
swithcMode now takes an enum or a string.
Report.switchMode(viewMode: string | ViewMode)