Interface for defining parameters of a request to open a report with viewer.apsx (as with window.open). Useful for parsing out the keys and values into a string of the format: "&key=value"

Hierarchy

  • ReportOpenParameters

Properties

Properties

The action to perform, as either "run" or "filter".

Remarks

Actions:

  • "run" Executes the report with default filters.
  • "filter" Presents the user with the filter editor, and a "Run Report" button.
helpID?: string

The file name of the report. For out-of-box reports, this parameter enables context-sensitive help.

id: string

The unique identifier, held in the report's 'reportid' attribute, in Guid format.

Generated using TypeDoc