Skip to main content

DbDocumentStorage(String, String) Constructor

Creates the DbDocumentStorage class’ instance and specifies its ConnectionString and DocumentId properties.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public DbDocumentStorage(
    string connectionString,
    string documentId
)

Parameters

Name Type Description
connectionString String

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

documentId String

The document identifier that is stored in the database table together with other document elements.

See Also