StringProperty 類別

定義

代表一個報告字串屬性。

public ref class StringProperty : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition, Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition
public class StringProperty : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition, Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
type StringProperty = class
    inherit PropertyDefinition
    interface IPropertyDefinition
Public Class StringProperty
Inherits PropertyDefinition
Implements IPropertyDefinition
繼承
StringProperty
實作

建構函式

名稱 Description
StringProperty(String, String)

建立 StringProperty 類別的新實例。

屬性

名稱 Description
Default

會得到預設值。

Name

屬性名稱。

(繼承來源 PropertyDefinition)

明確介面實作

名稱 Description
IPropertyDefinition.Maximum

獲得最高價值。

IPropertyDefinition.Minimum

拿到最低價值。

IPropertyDefinition.Validate(Object, Object)

驗證指定的屬性。

適用於