Skip to main content
A newer version of this page is available. .

ReportServerClient.LockReport(Int32) Method

OBSOLETE

This method has become obsolete.

Locks the specified report.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

[Obsolete("This method has become obsolete.")]
public void LockReport(
    int reportId
)

Parameters

Name Type Description
reportId Int32

A System.Int32 specifying the report to lock.

Implements

See Also