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

IDocumentDataStorageProvider.ConnectionString Property

Specifies a connection string for the report service database.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v19.1.Service.dll

NuGet Package: DevExpress.Reporting.WCF

Declaration

string ConnectionString { get; }

Property Value

Type Description
String

A String value specifying a connection string.

See Also