次の方法で共有


StringProperty クラス

レポートの文字列プロパティを表します。

継承階層

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.StringProperty

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Class StringProperty _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'使用
Dim instance As StringProperty
public class StringProperty : PropertyDefinition, 
    IPropertyDefinition
public ref class StringProperty : public PropertyDefinition, 
    IPropertyDefinition
type StringProperty =  
    class 
        inherit PropertyDefinition 
        interface IPropertyDefinition 
    end
public class StringProperty extends PropertyDefinition implements IPropertyDefinition

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

コンストラクター

  名前 説明
パブリック メソッド StringProperty StringProperty クラスの新しいインスタンスを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Default 既定値を取得します。
パブリック プロパティ Name プロパティの名前。 (PropertyDefinition から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition.Maximum 文字列プロパティの最大値を取得します。
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition.Minimum 文字列プロパティの最小値を取得します。
明示的なインターフェイスの実装プライベート メソッド IPropertyDefinition.Validate 指定されたプロパティを検証します。

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.ReportingServices.RdlObjectModel 名前空間