Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
public string ConnectionString { get; set; }

Property Value

Type Default Description
String null

A connection string.

Remarks

The connection string must include a specified data provider.

See Also