Skip to main content
A newer version of this page is available.

XtraReport.ShrinkSubReportIconArea Property

OBSOLETE

The ShrinkSubreportIconArea property is now obsolete. Instead, you should use the XRSubreport.CanShrink property of every particular subreport.

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
[Obsolete("The ShrinkSubreportIconArea property is now obsolete. Instead, you should use the XRSubreport.CanShrink property of every particular subreport.")]
public bool ShrinkSubReportIconArea { get; set; }

Property Value

Type
Boolean
See Also