When you set the Barcode Style property to RssExpandedStacked, this property allows you to control, via the RowCount property, the number of stacks of segments in which to display the code. You can specify two to eleven rows. Displaying an RSS Expanded barcode in stacks may be more appropriate for certain packaging requirements, as it reduces the length of a barcode.
Syntax
'Declaration
Public Property RssExpandedStacked As GrapeCity.ActiveReports.BarCodes.RssExpandedStackedOptions
public GrapeCity.ActiveReports.BarCodes.RssExpandedStackedOptions RssExpandedStacked {get; set;}
See Also