Report

class Report

Describes a SAS Visual Analytics report.

Since

8.30

Types

Link copied to clipboard

Describes changes in status of the SAS Visual Analytics report

Link copied to clipboard
interface Resizable<T>

Characterizes a class that can be added to, removed from (only with a reference to a valid item!), but not iterated.

Properties

Link copied to clipboard
val id: String

A unique identifier for this report among all other subscribed reports. Note that this is different from the server URI or path used by ReportDescriptor when initially subscribing to this report.

Link copied to clipboard

The name of the report, as set by the report author.

Link copied to clipboard
val path: String?

The file system path to the report on the server.

Link copied to clipboard

Collection of listeners that are notified when the report is updated.

Link copied to clipboard

The ReportStatus of this report.

Functions

Link copied to clipboard
fun update(onSubscribeComplete: (Server.Result) -> Unit?)

Updates this report with any changes made to it on the server.