DbDocumentStorage Properties
A database storage used by the CachedReportSource component to cache the document that it generates to display/export/print a report.| Name | Description |
|---|---|
| ClearOnDispose | Specifies weather to delete the content located in the storage when it is disposed of. Inherited from DocumentStorage. |
| ConnectionName | The connection string name used to open the database in which the generated report document must be stored. |
| ConnectionString | The string used to open the database in which the generated report document must be stored. |
| DocumentId | A string used to identify the document stored in this storage. |
See Also