MindFusion WinForms Programmer's Guide
ReportItem.AffectsParentLayout Property
See Also
 





Gets or sets a value indicating whether the parent of this item will shrink when this item is hidden as a result of PageSectionVisibility.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public bool AffectsParentLayout { get; set; }

Visual Basic  Copy Code

Public Property AffectsParentLayout As Boolean

 Property Value

A boolean value.

 Remarks

This poperty applies only to the top-level items in the page section.

 See Also

ReportItem Members
ReportItem Class
MindFusion.Reporting Namespace