ActiveReports 12
MatrixOrderEx Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : MatrixOrderEx Enumeration
Specifies matrix transform operation order.
Syntax
'Declaration
 
Public Enum MatrixOrderEx 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Extensibility.Drawing Namespace