Viewing Reports

  • SASReportViewController protocol. Swift does not allow return types of a specialized class, and it cannot return a UIViewController. Therefore it returns a SASReportViewController protocol. This protocol provides an instance of UIViewController that you can add to your app’s user interface.

    Since

    since 8.22
    See more
  • Delegate methods for the SASReportViewController. The methods on this protocol allow the delegate to interact with the behavior of the ReportViewController.

    Since

    since 26.1.0
    See more
  • Data Tip info for a user tap event.

    Since

    since 26.1.0
    See more
  • One item in a data tip. This item will generally be a variable name and a value (ex. NORTHWEST, $100.00)

    Since

    since 26.1.0
    See more
  • Descriptor object for report navigation actions.

    Since

    since 27.0.0
    See more
  • Defines navigation actions for a SASReport.

    in VA, this is set up in a report by adding actions to a visual. Actions can be:

    • Page links. These can be links to normal pages, or to hidden details pages.
    • Report links.
    • External links.

    Handles the navigation to the new destination.

    Since

    since 27.0.0
    See more