ProcessingReportTDeepClone Method

Clones the report for read access. - Note you should not attempt to update this report, as it is a clone copy and - any updates made will not be persisted to the original report.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual Object DeepClone()

Return Value

Object
ProcessingReportT

Implements

IDeepCloneableDeepClone

See Also