Skip to main content

WizardDataConnection.Description Property

Specifies the data connection description that is displayed in the Data Source Wizard.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "description")]
public string Description { get; set; }

Property Value

Type Description
String

A String value, specifying the data connection description.

See Also