ActiveReports 8
GS1CompositeType Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace : GS1CompositeType Enumeration

Glossary Item Box

Composite symbol type.

Syntax

Visual Basic (Declaration) 
Public Enum GS1CompositeType 
   Inherits System.Enum
C# 
public enum GS1CompositeType : System.Enum 

Members

MemberDescription
CCAComposite the GS1 barcode with a dependent CC-A barcode.
NoneDoes not composite the GS1 barcode with a depenent barcode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Options.GS1CompositeType

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