Reports

  • Descriptor for a SASReport. This class identifies a report to the SASManager. You can create this object with either the name and location of the report, or you can use the report’s uniqueIdentifier acquired from a server.

    Since

    since 8.22
    See more

    Declaration

    Swift

    @objc
    public class SASReportDescriptor : NSObject
  • Public Interface to a SASReport

    Since

    since 8.22
    See more

    Declaration

    Swift

    public protocol SASReport : AnyObject
  • Delegate API for SASReport

    Since

    since 26.0.0
    See more

    Declaration

    Swift

    public protocol SASReportDelegate : AnyObject
  • An object in a SAS report. This could be a visual, or a container.

    Since

    since 26.0.0
    See more

    Declaration

    Swift

    public protocol SASReportObject : NSObjectProtocol
  • Report Object Delegate

    Since

    since 26.0.0
    See more

    Declaration

    Swift

    public protocol SASReportObjectDelegate : AnyObject
  • Base class of filter controls

    Since

    since 26.0.0

    Declaration

    Swift

    public protocol SASFilterControl : SASReportObject
  • A categorical filter control

    Since

    since 26.0.0
    See more

    Declaration

    Swift

    public protocol SASCategoricalFilterControl : SASFilterControl
  • Status for each step during a report update.

    See

    see SASReport.update()

    Since

    since 27.0.1

    See more

    Declaration

    Swift

    @objc
    public enum SASReportUpdateStatus : UInt