次の方法で共有


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)

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

適用対象