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

ReportParameter.Description Property

For internal use. Specifies the parameter description.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
String

A String value.

See Also