次の方法で共有


StyleProperties クラス

スタイルのコレクションを表します。このクラスは継承できません。

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

構文

'宣言
Public NotInheritable Class StyleProperties _
    Implements ICloneable
'使用
Dim instance As StyleProperties
public sealed class StyleProperties : ICloneable
public ref class StyleProperties sealed : ICloneable
[<SealedAttribute>]
type StyleProperties =  
    class
        interface ICloneable
    end
public final class StyleProperties implements ICloneable

説明

各スタイルには 2 つの StyleProperties クラスが関連付けられています。1 つはすべてのレポート インスタンス間で共有されるプロパティを含んでいるクラスで、もう 1 つはこの特定のインスタンスに固有のプロパティを含んでいるクラスです。

StyleProperties クラスで参照されるオブジェクトは Style クラスのオブジェクトと同じですが、Style クラスは共有プロパティと非共有プロパティ間で区別されます。

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..StyleProperties

スレッド セーフ

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