ChartBorder3DAnnotation Class

An annotation with a 3D border.

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

Syntax

'Declaration
Public Class ChartBorder3DAnnotation _
    Inherits ChartAnnotation
'Usage
Dim instance As ChartBorder3DAnnotation
public class ChartBorder3DAnnotation : ChartAnnotation
public ref class ChartBorder3DAnnotation : public ChartAnnotation
type ChartBorder3DAnnotation =  
    class
        inherit ChartAnnotation
    end
public class ChartBorder3DAnnotation extends ChartAnnotation

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartBorder3DAnnotation

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.