Skip to main content

ReportCatalogItemDto.ModifiedBy Property

Specifies the last user who modified the report catalog item.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string ModifiedBy { get; set; }

Property Value

Type Description
String

A String value.

See Also