Forum Discussion

nagaraj's avatar
nagaraj
Post Patron
6 years ago

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 help, below is the java script code block used.

 

var config = {
type: 'report',
tokenType: models.TokenType.Embed,
accessToken: accessToken,
embedUrl: embedUrl,
id: embedReportId,
permissions: models.Permissions.All,
viewMode: DMode,
//settings: {
// navContentPaneEnabled: false
//}


//// Embed the report and display it within the div container.

settings:
{
panes:
{
filters: { expanded: false,visible: false },
pageNavigation: { visible: false }
}
}


};

6 Replies