DbDocumentStorage(String, String) Constructor
Creates the DbDocumentStorage class’ instance and specifies its ConnectionString and DocumentId properties.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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