Forum Discussion
nagaraj
6 years agoPost Patron
embed report :: hide filter
Hi, We are embedding the report in dotnet application through Javascript, able to embed the report successfully. But we are not able to hid FilterPane NavigationPane Can you please h...
v-xuding-msft
6 years agoCommunity Support
Hi nagaraj ,
Please try this:
settings: {
filterPaneEnabled: false,
navContentPaneEnabled: false
}
};
Reference:
- v-xuding-msft6 years agoCommunity Support
Hi nagaraj ,
Could you tell me if your problem has been solved? If it is, kindly mark the helpful answer as solution if you feel that makes sense. Welcome to share your own solution. More people will benefit from the thread.