Skip to main content

IReportServerClient.LockReport(Int32) Method

OBSOLETE

This method has become obsolete.

Locks 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 LockReport(
    int id
)

Parameters

Name Type Description
id Int32

A System.Int32 specifying the report to lock.

See Also