ActiveReports.Viewer3 Request technical support
AnnotationRectangle Class
See Also  Members  


Represents the rectangular Annotation object.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class AnnotationRectangle 
   Inherits Annotation
Visual Basic (Usage)Copy Code
Dim instance As AnnotationRectangle
C# 
public class AnnotationRectangle : Annotation 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         DataDynamics.ActiveReports.Viewer.Annotations.Annotation
            DataDynamics.ActiveReports.Viewer.Annotations.AnnotationRectangle

See Also