Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DbDocumentStorage Properties
Show Inherited Hide Inherited

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