次の方法で共有


SizeProperty クラス

レポートのサイズ プロパティを表します。

継承階層

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportSize>
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<ReportSize>
        Microsoft.ReportingServices.RdlObjectModel.SizeProperty

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

構文

'宣言
Public Class SizeProperty _
    Inherits ComparablePropertyDefinition(Of ReportSize)
'使用
Dim instance As SizeProperty
public class SizeProperty : ComparablePropertyDefinition<ReportSize>
public ref class SizeProperty : public ComparablePropertyDefinition<ReportSize>
type SizeProperty =  
    class 
        inherit ComparablePropertyDefinition<ReportSize>
    end
public class SizeProperty extends ComparablePropertyDefinition<ReportSize>

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

コンストラクター

  名前 説明
パブリック メソッド SizeProperty(String, Nullable<ReportSize>) SizeProperty クラスの新しいインスタンスを作成します。
パブリック メソッド SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) SizeProperty クラスの新しいインスタンスを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Default プロパティ属性の既定値を取得します。 (PropertyDefinition<T> から継承されています。)
パブリック プロパティ Maximum 最大値を取得します。 (ComparablePropertyDefinition<T> から継承されています。)
パブリック プロパティ Minimum 最小値を取得します。 (ComparablePropertyDefinition<T> から継承されています。)
パブリック プロパティ Name プロパティの名前。 (PropertyDefinition から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Constrain 定義されているプロパティの制約に従って値を調整します。 (ComparablePropertyDefinition<T> から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)
パブリック メソッド Validate(Object, T) インフラストラクチャです。ComparablePropertyDefinition<T> オブジェクトを検証します。 (ComparablePropertyDefinition<T> から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition.Default プロパティ定義の既定値を取得します。 (ComparablePropertyDefinition<T> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition.Maximum プロパティ定義の最大値を取得します。 (ComparablePropertyDefinition<T> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IPropertyDefinition.Minimum プロパティ定義の最小値を取得します。 (ComparablePropertyDefinition<T> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IPropertyDefinition.Validate プロパティ定義を検証します。 (ComparablePropertyDefinition<T> から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.ReportingServices.RdlObjectModel 名前空間