ActiveReports 12 Server User Guide
StorageType Enumeration

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Contracts Namespace : StorageType Enumeration
Represents supported storage types.
Syntax
'Declaration
 
Public Enum StorageType 
   Inherits System.Enum
public enum StorageType : System.Enum 
Members
MemberDescription
AssemblySpecifies type for assembly.
ModelDraftSpecifies type for semantic model draft in the storage. For internal use only.
ModelVersionSpecifies type for semantic model version.
ReportSpecifies type for report storage.
ReportVersionSpecifies type for report version.
ResourceSpecifies type for resources, e.g. images, fonts, etc...
SharedPolicyTemplateSpecifies type for shared policy templates.
SmdlSpecifies type for semantic model storage.
StyleSpecifies type for style storage.
ThemeSpecifies type for theme storage.
UploadedFileSpecifies type for temporary uploaded files.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.ReportServices.Contracts.StorageType

See Also

Reference

ActiveReports.Server.ReportServices.Contracts Namespace