DbDocumentStorage.ConnectionString Property
The string used to open the database in which the generated report document must be stored.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A connection string. |
Remarks
The connection string must include a specified data provider.
See Also