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
SyntaxC#
Copy Code
|
|---|
public bool AffectsParentLayout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AffectsParentLayout As Boolean |
A boolean value.
RemarksThis poperty applies only to the top-level items in the page section.
See Also