The DashboardReport class allows dashboard reports to be executed and manipulated from the host application. This class does not need to be instantiated, it should be retrieved using methods defined in ReportObjectFactory. The DashboardReport class is derived from the ReportObject abstract class.
A DashboardReport object has the following properties:
ReportItems – A list of ReportItem objects, each representing a report contained within the dashboard. To find the index of a particular report on a dashboard:
The ReportItem class represents a report that is contained within a composite report.
A ReportItem object has the following properties:
Report – The report that this ReportItem represents (fully qualified name).
The ReportItem object has the following methods:
Description |
Set the value for a promptable filter that exists on this report |
Remarks |
The number of entries in filterValues depends on the filter operator. |
Description |
Set the value for a promptable parameter that exists on this report |