ActiveReports Developer 7
MatrixOrderEx Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : MatrixOrderEx Enumeration

Glossary Item Box

Specifies matrix transform operation order.

Syntax

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

Members

MemberDescription
AppendSpecifies the new operation will occur after the old operation.
PrependSpecifies the new operation will occur before the old operation.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Drawing.MatrixOrderEx

See Also