ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / SaveSettings Enumeration

In This Topic
    SaveSettings Enumeration
    In This Topic
    Represents the save settings for a report.
    Syntax
    'Declaration
     
    Public Enum SaveSettings 
       Inherits System.Enum
    public enum SaveSettings : System.Enum 
    Members
    MemberDescription
    IsTemporaryIndicates that the report is temporary.
    NoneNo special save settings.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.Designer.SaveSettings

    See Also