Parameter
|
Description
|
---|---|
reportName
|
Specifies the name of the report that you want to view. This parameter is required if you are accessing a specific report through a URL.
|
reportPath
|
Specifies the path to the report that you want to view. This parameter is required
if you are accessing a specific report through a URL.
|
appSwitcherDisabled
|
Disables the application bar, which enables you to return to the home page or to access other parts of SAS Visual Analytics and other SAS applications. The
default value is false.
Note: If you are displaying in
an <iframe> tag, you must disable the application bar by specifying
appSwitcherDisabled=true .
|
commentsEnabled
|
Enables the Comments tab in the right pane. The default value is true. If both propertiesEnabled and commentsEnabled
are false, then the right
pane is not added to the viewer.
|
propertiesEnabled
|
Enables the Properties tab in the right pane. The default value is true. If both propertiesEnabled and commentsEnabled
are false, then the right
pane is not added to the viewer.
|
reportViewOnly
|
Hides the SAS Visual
Analytics banner, including all of the menus.
|
reportContextBar
|
Enables all of the menu options for the report. The default value is true. If reportContextBar
is false, then it is implied that both propertiesEnabled
and commentsEnabled are false, and the right pane is not added to the viewer. This
parameter can be used only in the modern viewer.
Note: If reportContextBar is false,
you will also hide the back link, which does not allow section linking
or report linking to work properly.
|
reportName=My+Report
is
the parameter that specifies the name of the report. The second name
and value pair (reportPath=/Shared+Data/VA+Reports/
)
is the parameter that specifies the path to that report. The third
name and value pair (appSwitcherDisabled=true
) disables the application bar. It must be present if you are displaying the report
in an <iframe> tag.
/Shared+Data/VA+Reports/
actually
identifies the report path /Shared Data/VA Reports/
.
The spaces in the names are encoded as plus signs (+).
My
Report
). The reportPath parameter specifies the path
to that report (for example, /Shared Data/VA Reports/
).