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

IReportServerFacadeAsync.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.")]
[OperationContract]
void LockReport(
    int reportId
)

Parameters

Name Type Description
reportId Int32

An integer value, specifying the report ID.

See Also