次の方法で共有


StyleProperties クラス

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

継承階層

System.Object
  Microsoft.ReportingServices.ReportRendering.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

StyleProperties 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count スタイル プロパティの数を取得します。
パブリック プロパティ Item[Int32] インデックスで位置を指定したコレクション内のスタイルの値を取得します。C# の場合、このプロパティは StyleProperties クラスのインデクサーとなります。
パブリック プロパティ Item[String] 指定したスタイルをコレクションから取得します。
パブリック プロパティ Keys スタイル プロパティ キーのコレクションを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Clone StyleProperties オブジェクトを複製します。
パブリック メソッド ContainStyleProperty このコレクションに名前付きのスタイル プロパティが含まれているかどうかを示します。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

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

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

スレッド セーフ

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

関連項目

参照

Microsoft.ReportingServices.ReportRendering 名前空間