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 Constructors

A database storage used by the CachedReportSource component to cache the document that it generates to display/export/print a report.
Name Parameters Description
DbDocumentStorage() none Creates the DbDocumentStorage class’ instance and specifies the default settings.
DbDocumentStorage(String, String) connectionString, documentId Creates the DbDocumentStorage class’ instance and specifies its ConnectionString and DocumentId properties.
DbDocumentStorage(String) connectionString Creates the DbDocumentStorage class’ instance and specifies its ConnectionString property.
See Also