ActiveReports.Viewer3 Request technical support
CanvasType Enumeration
See Also  


For internal use only.

Syntax

Visual Basic (Declaration) 
Public Enum CanvasType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CanvasType
C# 
public enum CanvasType : Enum 

Members

MemberDescription
LineItemFor internal use only.
RectFor internal use only.
ForeColorFor internal use only.
BackColorFor internal use only.
TextOutFor internal use only.
DrawTextFor internal use only.
SelectFontFor internal use only.
EnhMetaFor internal use only.
AlignLeftFor internal use only.
AlignRightFor internal use only.
AlignCenterFor internal use only.
TextAngleFor internal use only.
AlignTopFor internal use only.
AlignMiddleFor internal use only.
AlignBottomFor internal use only.
PenStyleFor internal use only.
BorderFor internal use only.
PenWidthFor internal use only.
BackStyleTransparentFor internal use only.
BackStyleOpaqueFor internal use only.
EllipseFor internal use only.
RoundRectFor internal use only.
FillRectFor internal use only.
IntersectClipFor internal use only.
PushClipRectFor internal use only.
PopClipRectFor internal use only.
ResetContextFor internal use only.
DrawText2For internal use only.
ExtensionFor internal use only.
DrawTextLinkFor internal use only.
EnhMetaLinkFor internal use only.
WordWrapOnFor internal use only.
WordWrapOffFor internal use only.
JPEGFor internal use only.
JPEGLinkFor internal use only.
PINGFor internal use only.
PINGLinkFor internal use only.
AlignJustifyFor internal use only.
LeftToRightFor internal use only.
RightToLeftFor internal use only.
ResourceFor internal use only.
ControlInfoFor internal use only.
TableFor internal use only.
VerticalTextFor internal use only.
SectionInfo 
ControlInfoEnd 
SectionInfoEnd 
EvaluationStart 
EvaluationEnd 
SetCharacterSpacing 
SetLineSpacing 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Document.CanvasType

See Also