次の方法で共有


ReportStringProperty.Value プロパティ

定義

レポートの文字列プロパティの string 値を取得します。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

プロパティ値

レポートの文字列プロパティの値。

注釈

レポートの文字列プロパティに式が含まれている場合は、基本クラスの IsExpression プロパティが true に設定され、基本クラスの ExpressionString プロパティに式の文字列が含まれています。

適用対象