Skip to main content

DbDocumentStorage(String) Constructor

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

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.XtraReports.v23.2.dll

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