NotificationActionContext Class

Contains information about the report instance and condition threshold for a report notification.

Namespace

Reports

NotificationActionContext Constructors

The following are constructors for NotificationActionContext.

NotificationActionContext(reportInstance, thresholdInformation)

Creates a new instance of the Reports.NotificationActionContext class using the specified parameters.

Signature

public NotificationActionContext(Reports.ReportInstance reportInstance, Reports.ThresholdInformation thresholdInformation)

Parameters

reportInstance
Type: Reports.ReportInstance
An instance of a report.
thresholdInformation
Type: Reports.ThresholdInformation
The evaluated conditions for the notification.

NotificationActionContext Methods

The following are methods for NotificationActionContext.

getReportInstance()

Returns the report instance associated with the notification.

Signature

public Reports.ReportInstance getReportInstance()

Return Value

Type: Reports.ReportInstance

getThresholdInformation()

Returns the threshold information associated with the notification.

Signature

public Reports.ThresholdInformation getThresholdInformation()

Return Value

Type: Reports.ThresholdInformation