Skip to main content

ReportParameter.Description Property

For internal use. Specifies the parameter description.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
String

A String value.

See Also