Skip to main content

IReportServerClient.UnlockReport(Int32) Method

OBSOLETE

This method has become obsolete.

Unlocks the specified report.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Obsolete("This method has become obsolete.")]
void UnlockReport(
    int id
)

Parameters

Name Type Description
id Int32

A System.Int32 specifying the report to unlock.

See Also