Skip to main content

ReportCatalogItemDto.Description Property

Specifies the report catalog item description.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A String value.

See Also