MindFusion WinForms Programmer's Guide
ReportEditor.SuspendPreviewUpdate Method
See Also
 





Suspends automatic updates on the report preview.

Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor

 Syntax

C#  Copy Code

public void SuspendPreviewUpdate ()

Visual Basic  Copy Code

Public Sub SuspendPreviewUpdate ()

 Remarks

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.

 See Also

ReportEditor Members
ReportEditor Class
MindFusion.Reporting.WinForms Namespace
ResumePreviewUpdate Method