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

適用於