Forum Discussion
nagaraj
Post Patron
6 years agoembed 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
Community Support
6 years agoHi nagaraj ,
Please try this:
settings: {
filterPaneEnabled: false,
navContentPaneEnabled: false
}
};
Reference:
v-xuding-msft
Community Support
6 years agoHi 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.