[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.RssExpandedStackedOptions

RssExpandedStackedOptions Class

Represents the RssExpandedStacked barcode's particular information.

Inheritance
BarCodeOptionsBase
RssExpandedStackedOptions
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class RssExpandedStackedOptions : BarCodeOptionsBase, ICloneable

Constructors

Name Description
RssExpandedStackedOptions()

Initializes a new instance of the RssExpandedStackedOptions class.

RssExpandedStackedOptions(string)

Initializes a new instance of the RssExpandedStackedOptions class.

Properties

Name Description
RowCount

Gets or sets the number of stacked rows for the RSS Expanded Stacked barcode type.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

ToString()

Returns a string that represents this instance.

Extension Methods