ShowSummaryReport: run a summary report
Tag: ShowSummaryReport
The ShowSummaryReport function runs a summary report and can print it to PDF.
Tag Attributes
Attributes | Value Description |
---|---|
Name | Name of business review to run - required The name is seen in column HBS FIle Name in the Business Review backstage grid |
FilePath | User definable - path of PDF output file. |
KeepAlive | TRUE (Keeps business review dialog open) / FALSE Defaults to FALSE |
Example Script
<ytriaAutomation>
Runs BR br_Link_Percentage and leaves it open on screen
<ShowSummaryReport name="br_Link_Percentage.br_hbs" keepAlive="true"/>
Runs BR br_Link_Percentage, exports to PDF and and closes it
<ShowSummaryReport name="br_Sub_petit.br_hbs" filepath="D:\temp-exports\BR_Report.pdf"/>
</ytriaAutomation>