SASReportObjectDelegate

Report Object Delegate

Since

since 26.0.0
  • This report object is busy. This could be loading data, or waiting for a network request.

    Since

    since 26.0.0
  • This report has finished its task that made it busy and may be safely used

    Since

    since 26.0.0
  • The data has changed on this report object.

    Since

    since 26.0.0
  • the report object needs to show a data tip. This is the delegate’s opportunity to accept the data tip from the report, as well as handling the user’s selection.

    Currently, if report objects are being presented by the loadReportObject API, it is up to the application to provide a data tip implementation. There is no default implementation.

    Since

    since 26.1.0
  • The delegate should handle the data tip from this object.

    This method will only be called if willHandleDataTip returns true.

    Since

    since 26.1.0
  • The report object data tip needs to be hidden. This can occur for various reasons such as the user tapped in the background of a visual to trigger a data tip dismiss.

    this method will only be called if willHandleDataTip returns true

    Since

    since 26.1.0