Skip to main content

ReportServerClient.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.")]
public void UnlockReport(
    int reportId
)

Parameters

Name Type Description
reportId Int32

A System.Int32 specifying the report to unlock.

Implements

See Also