Difference between revisions of "QPR PowerPoint Reports"
Line 20: | Line 20: | ||
====Link Tag==== | ====Link Tag==== | ||
− | Link tag is used to add a hyperlink | + | Link tag is used to add a hyperlink to a slide. If the link address is empty or someways invalid, no link is displayed. Note that the tag generates the hyperlink, so the report template should not contain a the desired hyperlink (only the tag in a textual form). |
{| class="wikitable" | {| class="wikitable" | ||
Line 26: | Line 26: | ||
!Description | !Description | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
− | | address (string) || | + | | address (string) || Url address (location) which hyperlink to pointing to. |
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| text (string) || Link’s displayed text. | | text (string) || Link’s displayed text. |
Revision as of 21:12, 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 to a slide. If the link address is empty or someways invalid, no link is displayed. Note that the tag generates the hyperlink, so the report template should not contain a the desired hyperlink (only the tag in a textual form).
Attribute | Description |
---|---|
address (string) | Url address (location) which hyperlink to pointing to. |
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">