FileDocumentStorage Constructors
A file storage used by the CachedReportSource and CachedReportSourceWeb objects to cache the document that they generate to display/export/print a report.Name | Parameters | Description |
---|---|---|
FileDocumentStorage() | none | Creates the FileDocumentStorage class’ instance and specifies the default settings. |
FileDocumentStorage(String) | documentFolder | Creates the FileDocumentStorage class’ instance and specifies its FileDocumentStorage.DocumentFolder property. |
See Also