言語

SizeProperty クラス

定義

レポート内の物件のサイズを表します。

public ref class SizeProperty : Microsoft::ReportingServices::RdlObjectModel::ComparablePropertyDefinition<Microsoft::ReportingServices::RdlObjectModel::ReportSize>
public class SizeProperty : Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Microsoft.ReportingServices.RdlObjectModel.ReportSize>
type SizeProperty = class
    inherit ComparablePropertyDefinition<ReportSize>
Public Class SizeProperty
Inherits ComparablePropertyDefinition(Of ReportSize)
継承

コンストラクター

名前 説明
SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>)

SizeProperty クラスの新しいインスタンスを作成します。

SizeProperty(String, Nullable<ReportSize>)

SizeProperty クラスの新しいインスタンスを作成します。

プロパティ

名前 説明
Default

物件のデフォルト価値を取得します。

(継承元 PropertyDefinition<T>)
Maximum

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
Minimum

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
Name

プロパティ名。

(継承元 PropertyDefinition)

メソッド

名前 説明
Constrain(T)

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
Validate(Object, ReportExpression<T>)

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
Validate(Object, String)

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
Validate(Object, T)

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)

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

名前 説明
IPropertyDefinition.Default

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
IPropertyDefinition.Maximum

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
IPropertyDefinition.Minimum

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)
IPropertyDefinition.Validate(Object, Object)

レポート内の物件のサイズを表します。

(継承元 ComparablePropertyDefinition<T>)

適用対象