Strategy ONE
Enabling the Export PDF feature
The following parameter and value are used to specify whether the Export PDF feature is enabled and visible.
This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.
| Parameter | Setting Level | Value | Target Component | Behavior | 
|---|---|---|---|---|
| 
                                                             feature.share.export  | 
                                                        
                                                             Feature  | 
                                                        
                                                             Possible values include: 
  | 
                                                        
                                                             Share → Export PDF  | 
                                                        
                                                             Specifies whether the Export PDF feature is available 
  | 
                                                    
The sample URLs below show how to enable and explicitly disable the Export PDF feature.
Sample URL for enabling the Export PDF feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.export=true
Sample URL for explicitly disabling the Export PDF feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.export=false
