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.
See moreSince
since 8.22Declaration
Swift
@objc public class SASReportDescriptor : NSObject -
Declaration
Swift
public protocol SASReport : AnyObject -
Declaration
Swift
public protocol SASReportDelegate : AnyObject -
Declaration
Swift
public protocol SASReportObject : NSObjectProtocol -
Declaration
Swift
public protocol SASReportObjectDelegate : AnyObject -
Base class of filter controls
Since
since 26.0.0Declaration
Swift
public protocol SASFilterControl : SASReportObject -
Declaration
Swift
public protocol SASCategoricalFilterControl : SASFilterControl -
Declaration
Swift
@objc public enum SASReportUpdateStatus : UInt
View on GitHub
Reports Reference