Difference between revisions of "QPR PowerPoint Reports"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
====Link Tag==== | ====Link Tag==== | ||
− | + | Link tag is used to add a hyperlink in a slide. If the link address is empty or someways invalid, no link is displayed. | |
{| class="wikitable" | {| class="wikitable" | ||
Line 26: | Line 26: | ||
!Description | !Description | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
− | | address (string) || Hyperlink’s url address | + | | address (string) || Hyperlink’s url address (location). |
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| text (string) || Link’s displayed text. | | text (string) || Link’s displayed text. | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
− | | screentip (string) || Link’s screen tip | + | | screentip (string) || Link’s screen tip. (optional) |
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
− | | target (string) || Link’s target | + | | target (string) || Link’s target. (optional) |
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
− | | visible (boolean) || Determines content visibility shown by the tag | + | | visible (boolean) || Determines content visibility shown by the tag. (optional) |
− | |||
− | |||
|} | |} | ||
Line 42: | Line 40: | ||
<pre> | <pre> | ||
− | <#link address==" | + | <#link address=="getPortalUrl([diagramid], '', '')" text="Link to QPR Portal" target="_BLANK" screentip="Click here is go to QPR Portal"> |
</pre> | </pre> |
Revision as of 21:09, 21 March 2018
Note: This page contains documentation of functionality that hasn't been released yet.
Configuration
Following table contains QPR PowerPoint Reports’ parameters, which are configured in the web.config file of QPR Web Services Extensions.
Parameter name | Description |
---|---|
reporttemplateparameter (optional) | Defines the name of the parameter which passes the report template path. See chapter Working with Report Templates for configuring the report template path. |
qprtemplateidparameter (optional) | Parameter name which passes QPR’s Word report template object id.
This can be used when the report templates are stored in QPR Portal (i.e. QPR system objects) (see chapter Working with Report Templates). Instead of report template path, the Word report template object id can be passed as a parameter. The Word report template object id gets a priority over report template path. |
defaultimageformat (optional) | Default image format for QPR Web Service’s GetGraph operation. This setting is used if image format is not explicitly defined. |
Link Tag
Link tag is used to add a hyperlink in a slide. If the link address is empty or someways invalid, no link is displayed.
Attribute | Description |
---|---|
address (string) | Hyperlink’s url address (location). |
text (string) | Link’s displayed text. |
screentip (string) | Link’s screen tip. (optional) |
target (string) | Link’s target. (optional) |
visible (boolean) | Determines content visibility shown by the tag. (optional) |
Example
<#link address=="getPortalUrl([diagramid], '', '')" text="Link to QPR Portal" target="_BLANK" screentip="Click here is go to QPR Portal">