Skip to main content

ReportCatalogItemDto.LockedBy Property

Specifies the user who locked the report catalog item.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string LockedBy { get; set; }

Property Value

Type Description
String

A String value.

See Also