Partilhar via


Classe ChartAnnotation

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Represents a chart annotation.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public MustInherit Class ChartAnnotation _
    Inherits ReportObject
'Uso
Dim instance As ChartAnnotation
public abstract class ChartAnnotation : ReportObject
public ref class ChartAnnotation abstract : public ReportObject
[<AbstractClassAttribute>]
type ChartAnnotation =  
    class
        inherit ReportObject
    end
public abstract class ChartAnnotation extends ReportObject

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel..::..ChartAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartAnnotationGroup
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartBorder3DAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartCalloutAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartEllipseAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartImageAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartLineAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartPolygonAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartPolylineAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartRectangleAnnotation
        Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartTextAnnotation

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.