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

DbDocumentStorage(String) Constructor

Creates the DbDocumentStorage class’ instance and specifies its ConnectionString property.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public DbDocumentStorage(
    string connectionString
)

Parameters

Name Type Description
connectionString String

The string used to open a connection to the database in which a report document must be stored.

See Also