DbDocumentStorage(String) Constructor
Creates the DbDocumentStorage class’ instance and specifies its ConnectionString property.
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. |
See Also