Suspends automatic updates on the report preview.
Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor
C# Copy Code |
---|
public void SuspendPreviewUpdate () |
Visual Basic Copy Code |
---|
Public Sub SuspendPreviewUpdate () |
The Preview is updated automatically when one of the following happens: the report is modified, a new report is created or an existing report is opened. However, the Preview is never updated if the Preview tab page is not active.
It is useful to suspend the preview during a block of programmatic changes to the report while the Preview tab page is active.