次の方法で共有


Rectangle クラス

四角形を表します。このクラスは継承できません。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class Rectangle _
    Inherits ReportItem
'使用
Dim instance As Rectangle
public sealed class Rectangle : ReportItem
public ref class Rectangle sealed : public ReportItem
[<SealedAttribute>]
type Rectangle =  
    class
        inherit ReportItem
    end
public final class Rectangle extends ReportItem

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
    Microsoft.ReportingServices.ReportRendering..::..Rectangle

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。