Gets or sets a value indicating whether the Preview tab page is visible.
Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor
C# Copy Code |
---|
public bool ShowPreview { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowPreview As Boolean |
true to show the Preview tab page inside the editor; otherwise, false. The default is true.