Gets or sets value which indicates that the cross-tab is to be output in one column.
At the same time, everything that do not fit by the width is output below. For using
this property it is necessary to enable the CanBreak property of the band on which
the cross-tab is placed (if it is placed on the band).
Namespace:
Stimulsoft.Report.CrossTab
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [TypeConverterAttribute(typeof(StiBoolConverter))]
public bool Wrap { get; set; }
<TypeConverterAttribute(GetType(StiBoolConverter))>
Public Property Wrap As Boolean
Get
Set
Property Value
Type:
BooleanSee Also