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

Declaration

[DefaultValue(null)]
[Browsable(false)]
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