ActiveReports 6 Online Help
RssExpandedStacked Property

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 RssExpandedStackedOptions
public RssExpandedStackedOptions RssExpandedStacked {get; set;}
Remarks
If the RowCount property is set to 1, the RSS Expanded Stacked barcode style becomes the same symbol as the RSS Expanded barcode style.

There is a relation between the RowCount property and the Text property of an RSS Expanded Stacked barcode. This means that a barcode symbol is displayed using the number of rows that is determined, based on the value in the Text property against the value in the RowCount property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Barcode Class
Barcode Members

Send Feedback