Specifies how visited documents are stored for the visited documents' history.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public enum VisitedDocumentStorageEnum |
Visual Basic |
---|
Public Enumeration VisitedDocumentStorageEnum |
Members
Member name | Description | |
---|---|---|
File | The visited document is stored in a temporary file. | |
Memory | The visited document is stored in a memory buffer. | |
User | The visited doocument is stored by the user. The user must handle the SaveVisitedDocument event. |