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>)

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

SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, 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>)

適用対象