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

DbDocumentStorage() Constructor

Creates the DbDocumentStorage class’ instance and specifies the default settings.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public DbDocumentStorage()

Remarks

This constructor is used at design time. Use the ConnectionName property to specify a connection name for the database to be used to store cached report documents.

In code, you can use the other _constructors method overload passing the connection string for the database.

See Also