次の方法で共有


Image クラス

画像を表します。このクラスは継承できません。

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

構文

'宣言
Public NotInheritable Class Image _
    Inherits ReportItem _
    Implements IImage, IDeepCloneable
'使用
Dim instance As Image
public sealed class Image : ReportItem, 
    IImage, IDeepCloneable
public ref class Image sealed : public ReportItem, 
    IImage, IDeepCloneable
[<SealedAttribute>]
type Image =  
    class
        inherit ReportItem
        interface IImage
        interface IDeepCloneable
    end
public final class Image extends ReportItem implements IImage, IDeepCloneable

継承階層

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

スレッド セーフ

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