Skip to main content
A newer version of this page is available. .

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