QPR PowerPoint Reports

From Mea Wiki
Revision as of 15:23, 21 March 2018 by Ollvihe (talk | contribs) (Created page with "===Configuration=== Following table contains QPR PowerPoint Reports’ parameters, which are configured in the '''web.config''' file of QPR Web Services Extensions. {| class...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

This tag is used to add a hyperlink in the report (both QPR Portal and external links). If the link address is empty or not valid for any reason, no link is displayed by the tag.

Attribute Description
address (string) Hyperlink’s url address or location. Note that the address must not be added as a Word’s hyperlink format but as a text. QPR Portal links can be got using an expression and GetPortalUrl function.
text (string) Link’s displayed text.
screentip (string) Link’s screen tip (see Insert hyperlink window). (optional)
target (string) Link’s target (see Insert hyperlink window). (optional)
visible (boolean) Determines content visibility shown by the tag. See Setting Content Visibility. (optional)
style (string) Determines text style. See Defining Styles. (optional)

Example

<#link address=="getportalurl([diagramid], '', '')" text="Link to QPR Portal" target="_BLANK" screentip="Click here is go to QPR Portal">