Forum Discussion
Anonymous
4 years agoNot applicable
Move pages from bottom to left with powerbi embed sample codes
Download Powerbi embed sample codes from Github and managed to embed own report to work via .Net core - Embeded to Customers. However, current embeded report's pages in bottom, how can I list pages i...
- Anonymous4 years ago
Found Solution. Add below code to index.js
settings: {
panes: {
pageNavigation: {
visible: true,
position: models.PageNavigationPosition.Left,
}
}
Anonymous
4 years agoNot applicable
Hi YingYinr
could you also advise what code file should add your mentioned codes. I didn't find the any embedConfig in sample code