Skip to main content

DbDocumentStorage() Constructor

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

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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