Skip to main content

DataModelDto.ConnectionString Property

Specifies the connection string.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public string ConnectionString { get; set; }

Property Value

Type Description
String

A String value.

See Also