言語

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
実装

コンストラクター

名前 説明
StringProperty(String, String)

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

プロパティ

名前 説明
Default

デフォルト値になります。

Name

プロパティ名。

(継承元 PropertyDefinition)

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

名前 説明
IPropertyDefinition.Maximum

最大値を取得します。

IPropertyDefinition.Minimum

最小値を取得します。

IPropertyDefinition.Validate(Object, Object)

指定されたプロパティを検証します。

適用対象